This commit is contained in:
2026-06-22 22:02:30 +03:00
parent 67242e972e
commit 211d1554a8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ This file lists the current HTTP routes exposed by Core, grouped by access level
| `POST` | `/admin/nodes/:id/protocols` | `CreateProtocolDto` | Creates a node protocol |
| `PUT` | `/admin/nodes/:id/protocols/:protocolId` | `UpdateProtocolDto` | Updates a node protocol |
| `DELETE` | `/admin/nodes/:id/protocols/:protocolId` | none | Deletes a node protocol |
| `GET` | `/admin/nodes/:id/protocols/:protocolId/xray-preview` | none | Final user-stripped Xray inbound JSON (Xray protocols only) |
| `GET` | `/admin/nodes/:id/accesses` | none | User access map for the node |
| `POST` | `/admin/nodes/:nodeId/access/:userId/:protocol` | none | Grants protocol access |
| `DELETE` | `/admin/nodes/:nodeId/access/:userId/:protocol` | none | Revokes protocol access |