Skip to content

Commit

Permalink
Merge pull request #545 from sorentv2reg/patch-1
Browse files Browse the repository at this point in the history
Change date format in date range example
  • Loading branch information
macobo authored Sep 22, 2024
2 parents d2f9e18 + 52fcd3a commit 3cb0d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stats-api-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Date range to be queried.
| Option | Description |
| --- | --- |
| `["2024-01-01", "2024-07-01"]` | Custom date range (ISO8601) |
| `["2024-01-01 12:00:00", "2024-01-01 15:59:59"]` | Custom date-time range (ISO8601) |
| `["2024-01-01T12:00:00+02:00", "2024-01-01T15:59:59+02:00"]` | Custom date-time range (ISO8601) |
| `"day"` | Current day (e.g. 2024-07-01) |
| `"7d"` | Last 7 days relative to today |
| `"30d"` | Last 30 days relative to today |
Expand Down

0 comments on commit 3cb0d5e

Please sign in to comment.