From e3c3a5f71ea276194317139c5b92826ab6e13475 Mon Sep 17 00:00:00 2001 From: Javad Tinatpak Date: Thu, 8 Aug 2024 15:57:17 +0330 Subject: [PATCH] API - Update Client to inbounds Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5a82fda..8d8cc312 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,7 @@ Enter the user ID in input field number 4. The Telegram accounts with this id wi | `POST` | `"/addClientInbounds"` | Add Client to inbounds | | `POST` | `"/:id/delClient/:clientId"` | Delete Client by clientId\* | | `POST` | `"/updateClient/:clientId"` | Update Client by clientId\* | +| `POST` | `"/updateClientInbounds/:subId"` | Update Client by subId\* | | `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 |