We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f721e52 + 2e88725 commit dd9a730Copy full SHA for dd9a730
docs/stats-api.md
@@ -64,7 +64,9 @@ Date range to be queried.
64
| `["2024-01-01T12:00:00+02:00", "2024-01-01T15:59:59+02:00"]` | Custom date-time range (ISO8601) |
65
| `"day"` | Current day (e.g. 2024-07-01) |
66
| `"7d"` | Last 7 days relative to today |
67
+| `"28d"` | Last 28 days relative to today |
68
| `"30d"` | Last 30 days relative to today |
69
+| `"90d"` | Last 90 days relative to today |
70
| `"month"` | Since the start of the current month |
71
| `"6mo"` | Last 6 months relative to start of this month |
72
| `"12mo"` | Last 12 months relative to start of this month |
0 commit comments