From 16e3107d23b4bc536d509c2dd832d10366fb895e Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 24 Apr 2023 15:07:11 +0330 Subject: Better client delete + api Co-Authored-By: Alireza Ahmadi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 | -- cgit v1.2.3