Skip to content

Commit 34e5baa

Browse files
Merge pull request #627 from plausible/Hricha-Shandily-patch-5
Add real time date range to stats-api doc
2 parents 590224b + e4642f1 commit 34e5baa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/stats-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Date range to be queried.
6262
| --- | --- |
6363
| `["2024-01-01", "2024-07-01"]` | Custom date range (ISO8601) |
6464
| `["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 |
6566
| `"day"` | Current day (e.g. 2024-07-01) |
6667
| `"7d"` | Last 7 days relative to today |
6768
| `"28d"` | Last 28 days relative to today |

0 commit comments

Comments
 (0)