Skip to content

Commit 05e5ced

Browse files
forelabsjablan
andauthored
docs(API): Align X-Rate-Limit-Reset description #STRINGS-1047 (#737)
Co-authored-by: Mladen Jablanović <[email protected]>
1 parent 61fc2ad commit 05e5ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/compiled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
}
328328
},
329329
"X-Rate-Limit-Reset": {
330-
"description": "The number of seconds left in the current period",
330+
"description": "Timestamp of end of current time period as UNIX timestamp, see [Rate Limiting](#overview--rate-limiting)",
331331
"schema": {
332332
"type": "integer"
333333
}

headers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ X-Rate-Limit-Remaining:
1919
schema:
2020
type: integer
2121
X-Rate-Limit-Reset:
22-
description: The number of seconds left in the current period
22+
description: Timestamp of end of current time period as UNIX timestamp, see [Rate Limiting](#overview--rate-limiting)
2323
schema:
2424
type: integer
2525
Pagination:

0 commit comments

Comments
 (0)