Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/stats-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Date range to be queried.
| `["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) |
| `"24h"` | Last 24 hours relative to now |
| `"7d"` | Last 7 days relative to today |
| `"28d"` | Last 28 days relative to today |
| `"30d"` | Last 30 days relative to today |
Expand Down