mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-27 03:43:28 +00:00
Update README.md
This commit is contained in:
parent
357630b077
commit
fcc3f67181
1 changed files with 5 additions and 6 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue