docs: update API endpoints (#303)

This commit is contained in:
Florian Bussmann
2025-08-12 13:11:45 +02:00
committed by GitHub
parent 1cdc6a011c
commit 0c167c92ac
+4 -4
View File
@@ -181,13 +181,13 @@ After updates complete, refresh your browser (Ctrl+F5 or Cmd+Shift+R) to load th
```bash
# Status
curl http://localhost:7655/api/status
curl http://localhost:7655/api/health
# Metrics
curl http://localhost:7655/api/metrics
# Metrics (default time range: 1h)
curl http://localhost:7655/api/charts
# With authentication (if configured)
curl -H "X-API-Token: your-token" http://localhost:7655/api/status
curl -H "X-API-Token: your-token" http://localhost:7655/api/health
```
## Reverse Proxy