diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-24 14:37:11 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-24 14:37:11 +0300 |
| commit | 16e3107d23b4bc536d509c2dd832d10366fb895e (patch) | |
| tree | 3592c9b3d2cd703a73aeed971bed65c0c37a0fa6 /README.md | |
| parent | 262e3c0985c8c315c78f86370e8b338df9e69593 (diff) | |
Better client delete + api
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ Reference syntax: | `POST` | `"/clientIps/:email"` | Client Ip address | | `POST` | `"/clearClientIps/:email"` | Clear Client Ip address | | `POST` | `"/addClient/"` | Add Client to inbound | -| `POST` | `"/delClient/:email"` | Delete Client | +| `POST` | `"/:id/delClient/:clientId"` | Delete Client by UID/Password as clientId | | `POST` | `"/updateClient/:index"` | Update Client | | `POST` | `"/:id/resetClientTraffic/:email"` | Reset Client's Traffic | | `POST` | `"/resetAllTraffics"` | Reset traffics of all inbounds | |
