mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -40,13 +40,13 @@ xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese)**
|
||||
- For more advanced configuration items, please refer to the panel
|
||||
|
||||
## API routes
|
||||
<details>
|
||||
<summary>Click for details</summary>
|
||||
|
||||
- `/login` with `PUSH` user data: `{username: '', password: ''}` for login
|
||||
- `/xui/API/inbounds` base for following actions:
|
||||
| Method | Path | Action |
|
||||
| :----- |:---------:| ------:|
|
||||
| GET | "/" | Get all inbounds |
|
||||
|
||||
| Method | Path | Action |
|
||||
| ------------- | ------------- | ------------- |
|
||||
| GET | "/" | Get all inbounds |
|
||||
| GET | "/get/:id" | Get inbound with inbound.id |
|
||||
| POST | "/add" | Add inbound |
|
||||
| POST | "/del/:id" | Delete Inbound |
|
||||
@@ -57,7 +57,6 @@ xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese)**
|
||||
| POST | "/:id/resetClientTraffic/:email" | Reset Client's Traffic |
|
||||
| POST | "/resetAllTraffics" | Reset traffics of all inbounds |
|
||||
| POST | "/resetAllClientTraffics/:id" | Reset traffics of all clients in an inbound |
|
||||
</details>
|
||||
|
||||
# Screenshot from Inbouds page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user