From bf619b96285f4cc98fcb7674efae7db7ff6cb7e5 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 2 Dec 2025 23:37:59 +0000 Subject: [PATCH] docs: Fix /api/storage endpoint path in API.md --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index f0b8fada5..32f258492 100644 --- a/docs/API.md +++ b/docs/API.md @@ -74,7 +74,7 @@ Returns time-series data for CPU, Memory, and Storage. **Ranges**: `1h`, `24h`, `7d`, `30d` ### Storage Stats -`GET /api/storage` +`GET /api/storage/` Detailed storage usage per node and pool. ### Backup History