We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7830a6e commit ac96d1eCopy full SHA for ac96d1e
1 file changed
src/oas.md
@@ -2010,14 +2010,26 @@ headers:
2010
description: The number of allowed requests in the current period
2011
schema:
2012
type: integer
2013
+ examples:
2014
+ allowTen:
2015
+ dataValue: 10
2016
+ serializedValue: '10'
2017
X-Rate-Limit-Remaining:
2018
description: The number of remaining requests in the current period
2019
2020
2021
2022
+ twoRemaining:
2023
+ dataValue: 2
2024
+ serializedValue: '2'
2025
X-Rate-Limit-Reset:
2026
description: The number of seconds left in the current period
2027
2028
2029
2030
+ oneMinute:
2031
+ dataValue: 60
2032
+ serializedValue: '60'
2033
```
2034
2035
Response with no return value:
0 commit comments