File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2010,14 +2010,26 @@ headers:
2010
2010
description: The number of allowed requests in the current period
2011
2011
schema:
2012
2012
type: integer
2013
+ examples:
2014
+ allowTen:
2015
+ dataValue: 10
2016
+ serializedValue: '10'
2013
2017
X-Rate-Limit-Remaining:
2014
2018
description: The number of remaining requests in the current period
2015
2019
schema:
2016
2020
type: integer
2021
+ examples:
2022
+ twoRemaining:
2023
+ dataValue: 2
2024
+ serializedValue: '2'
2017
2025
X-Rate-Limit-Reset:
2018
2026
description: The number of seconds left in the current period
2019
2027
schema:
2020
2028
type: integer
2029
+ examples:
2030
+ oneMinute:
2031
+ dataValue: 60
2032
+ serializedValue: '60'
2021
2033
` ` `
2022
2034
2023
2035
Response with no return value :
You can’t perform that action at this time.
0 commit comments