From e4642f1d152a411f86f8cc6498050428f8f46781 Mon Sep 17 00:00:00 2001 From: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:42:07 +0530 Subject: [PATCH] Add real time date range to stats-api doc --- docs/stats-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stats-api.md b/docs/stats-api.md index 49eeed8f..37260ffd 100644 --- a/docs/stats-api.md +++ b/docs/stats-api.md @@ -62,6 +62,7 @@ Date range to be queried. | --- | --- | | `["2024-01-01", "2024-07-01"]` | Custom date range (ISO8601) | | `["2024-01-01T12:00:00+02:00", "2024-01-01T15:59:59+02:00"]` | Custom date-time range (ISO8601) | +| `["2024-01-01T12:00:00+02:00", "2024-01-01T12:05:00+02:00"]` | Real time | | `"day"` | Current day (e.g. 2024-07-01) | | `"7d"` | Last 7 days relative to today | | `"28d"` | Last 28 days relative to today |