From 0c167c92acd1ea5efa4057433407ec7fd8477fe7 Mon Sep 17 00:00:00 2001 From: Florian Bussmann Date: Tue, 12 Aug 2025 13:11:45 +0200 Subject: [PATCH] docs: update API endpoints (#303) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8eb76661..b18d4c0f5 100644 --- a/README.md +++ b/README.md @@ -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