We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fc2ad commit 05e5cedCopy full SHA for 05e5ced
doc/compiled.json
@@ -327,7 +327,7 @@
327
}
328
},
329
"X-Rate-Limit-Reset": {
330
- "description": "The number of seconds left in the current period",
+ "description": "Timestamp of end of current time period as UNIX timestamp, see [Rate Limiting](#overview--rate-limiting)",
331
"schema": {
332
"type": "integer"
333
headers.yaml
@@ -19,7 +19,7 @@ X-Rate-Limit-Remaining:
19
schema:
20
type: integer
21
X-Rate-Limit-Reset:
22
- description: The number of seconds left in the current period
+ description: Timestamp of end of current time period as UNIX timestamp, see [Rate Limiting](#overview--rate-limiting)
23
24
25
Pagination:
0 commit comments