From f143ff1b0a8fa46698ad4fd8d40fcc0b67264759 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Thu, 11 Jun 2026 17:41:36 -0700 Subject: [PATCH] fix: broken readme api ref --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99cd203..79ce6d6 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ Not yet implemented — see the Authentication section above. ### Endpoints | Method | Path | Description | -| ------ | ----------------------------------- | -------------------------------------------------------------------------------------------------- | ----- | +| ------ | ----------------------------------- | -------------------------------------------------------------------------------------------------- | | `GET` | `/brokers` | List MQTT brokers and connection status | | `GET` | `/channels` | List channels (optional: `?hash=&iata=&limit=50`) | | `GET` | `/channels/{id}` | Get channel detail by integer ID | @@ -357,7 +357,7 @@ Not yet implemented — see the Authentication section above. | `GET` | `/stats/scopes` | Configured region scopes and breakdown of packets, nodes, observers | | `GET` | `/stats/top-nodes` | Top N nodes by observation count (from materialized view) | | `GET` | `/stats/top-observers` | Top N observers by observation count (last 24h by default) | -| `GET` | `/traces` | List trace tags with filters (optional: ?type=TRACE | PING) | +| `GET` | `/traces` | List trace tags with filters (optional: ?type=TRACE\|PING) | | `GET` | `/traces/{tag}` | Get full trace detail with resolved routes | ---