File tree 1 file changed +15
-6
lines changed
1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -1732,15 +1732,21 @@ Plain text response with headers:
1732
1732
"headers": {
1733
1733
"X-Rate-Limit-Limit": {
1734
1734
"description": "The number of allowed requests in the current period",
1735
- "type": "integer"
1735
+ "schema": {
1736
+ "type": "integer"
1737
+ }
1736
1738
},
1737
1739
"X-Rate-Limit-Remaining": {
1738
1740
"description": "The number of remaining requests in the current period",
1739
- "type": "integer"
1741
+ "schema": {
1742
+ "type": "integer"
1743
+ }
1740
1744
},
1741
1745
"X-Rate-Limit-Reset": {
1742
1746
"description": "The number of seconds left in the current period",
1743
- "type": "integer"
1747
+ "schema": {
1748
+ "type": "integer"
1749
+ }
1744
1750
}
1745
1751
}
1746
1752
}
@@ -1756,13 +1762,16 @@ content:
1756
1762
headers:
1757
1763
X-Rate-Limit-Limit:
1758
1764
description: The number of allowed requests in the current period
1759
- type: integer
1765
+ schema:
1766
+ type: integer
1760
1767
X-Rate-Limit-Remaining:
1761
1768
description: The number of remaining requests in the current period
1762
- type: integer
1769
+ schema:
1770
+ type: integer
1763
1771
X-Rate-Limit-Reset:
1764
1772
description: The number of seconds left in the current period
1765
- type: integer
1773
+ schema:
1774
+ type: integer
1766
1775
` ` `
1767
1776
1768
1777
Response with no return value :
You can’t perform that action at this time.
0 commit comments