fix: broken readme api ref

This commit is contained in:
Enot (ded) Skelly
2026-06-11 17:41:36 -07:00
parent 07c724a32a
commit f143ff1b0a
+2 -2
View File
@@ -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=<hex>&iata=<code>&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 |
---