Skip to content

Commit

Permalink
STRINGS-1047 - Align X-Rate-Limit-Reset description in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
forelabs committed Dec 17, 2024
1 parent 0139c51 commit b200980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
}
},
"X-Rate-Limit-Reset": {
"description": "The number of seconds left in the current period",
"description": "Timestamp of end of current time period as UNIX timestamp",
"schema": {
"type": "integer"
}
Expand Down
2 changes: 1 addition & 1 deletion headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ X-Rate-Limit-Remaining:
schema:
type: integer
X-Rate-Limit-Reset:
description: The number of seconds left in the current period
description: Timestamp of end of current time period as UNIX timestamp
schema:
type: integer
Pagination:
Expand Down

0 comments on commit b200980

Please sign in to comment.