This commit is contained in:
2026-06-07 17:28:23 +03:00
parent ee4c6211ae
commit 4c6a0eea92
+4 -3
View File
@@ -115,9 +115,10 @@ This file lists the current HTTP routes exposed by Core, grouped by access level
| Method | Route | Input | Output / Notes | | Method | Route | Input | Output / Notes |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| `GET` | `/admin/nodes` | `page`, `limit` | Paginated nodes | | `GET` | `/admin/nodes` | `page`, `limit` | Paginated nodes ordered by region, name, then id; nodes without region are last |
| `GET` | `/admin/nodes/all` | none | All nodes without pagination | | `GET` | `/admin/nodes/all` | none | All nodes in the same display order without pagination |
| `GET` | `/admin/nodes/status` | none | Computed node status list | | `GET` | `/admin/nodes/short` | none | Minimal selector fields in the same display order |
| `GET` | `/admin/nodes/status` | none | Computed node status list in the same display order |
| `GET` | `/admin/nodes/outbound-options` | none | Node/protocol outbound options | | `GET` | `/admin/nodes/outbound-options` | none | Node/protocol outbound options |
| `GET` | `/admin/nodes/:id` | none | Node detail | | `GET` | `/admin/nodes/:id` | none | Node detail |
| `POST` | `/admin/nodes` | `CreateNodeDto` | Creates a node | | `POST` | `/admin/nodes` | `CreateNodeDto` | Creates a node |