We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 590224b + e4642f1 commit 34e5baaCopy full SHA for 34e5baa
1 file changed
docs/stats-api.md
@@ -62,6 +62,7 @@ Date range to be queried.
62
| --- | --- |
63
| `["2024-01-01", "2024-07-01"]` | Custom date range (ISO8601) |
64
| `["2024-01-01T12:00:00+02:00", "2024-01-01T15:59:59+02:00"]` | Custom date-time range (ISO8601) |
65
+| `["2024-01-01T12:00:00+02:00", "2024-01-01T12:05:00+02:00"]` | Real time |
66
| `"day"` | Current day (e.g. 2024-07-01) |
67
| `"7d"` | Last 7 days relative to today |
68
| `"28d"` | Last 28 days relative to today |
0 commit comments