Update HTTP REST API
@@ -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)
|
- `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)
|
- `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`).
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user