Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-24 14:37:11 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-24 14:37:11 +0300
commit16e3107d23b4bc536d509c2dd832d10366fb895e (patch)
tree3592c9b3d2cd703a73aeed971bed65c0c37a0fa6 /README.md
parent262e3c0985c8c315c78f86370e8b338df9e69593 (diff)
Better client delete + api
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f410713a..97383f27 100644
--- a/README.md
+++ b/README.md
@@ -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 |