From 4c6a0eea925833637a12c0d2f3d6f89ee3b43808 Mon Sep 17 00:00:00 2001 From: Kiow Date: Sun, 7 Jun 2026 17:28:23 +0300 Subject: [PATCH] v19.3 --- core-routes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core-routes.md b/core-routes.md index 9f547e1..05b23b0 100644 --- a/core-routes.md +++ b/core-routes.md @@ -115,9 +115,10 @@ This file lists the current HTTP routes exposed by Core, grouped by access level | Method | Route | Input | Output / Notes | | --- | --- | --- | --- | -| `GET` | `/admin/nodes` | `page`, `limit` | Paginated nodes | -| `GET` | `/admin/nodes/all` | none | All nodes without pagination | -| `GET` | `/admin/nodes/status` | none | Computed node status list | +| `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 in the same display order without pagination | +| `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/:id` | none | Node detail | | `POST` | `/admin/nodes` | `CreateNodeDto` | Creates a node |