Update HTTP REST API

2025-08-13 20:50:46 -05:00
parent 5e1655fa70
commit 161b3070c1

@@ -32,7 +32,7 @@ This document reflects the API **exactly as implemented** in the server code.
- `404 Not Found` for some resource misses (e.g., pin/unpin when path not found)
- `500 Internal Server Error` on unhandled exceptions (JSON body with `path` and `error` provided by exception handler)
> The server listens on `127.0.0.1:<API_PORT>`, where `<API_PORT>` comes from your runtime configuration (`config_.get_api_port()`).
> The server listens on `127.0.0.1:<API_PORT>`, where `<API_PORT>` comes from your runtime configuration (`config.json`).
---