File tree Expand file tree Collapse file tree 2 files changed +42
-22
lines changed Expand file tree Collapse file tree 2 files changed +42
-22
lines changed Original file line number Diff line number Diff line change @@ -1848,19 +1848,11 @@ paths:
1848
1848
description : No content.
1849
1849
headers :
1850
1850
x-ratelimit-limit :
1851
- description : Maximum number of requests you can make to this endpoint.
1852
- schema :
1853
- type : integer
1851
+ $ref : ' #/components/headers/x-ratelimit-limit'
1854
1852
x-ratelimit-remaining :
1855
- description : >-
1856
- Number of remaining API requests you can make to this endpoint
1857
- before reaching the rate limit.
1858
- schema :
1859
- type : integer
1853
+ $ref : ' #/components/headers/x-ratelimit-remaining'
1860
1854
x-ratelimit-reset :
1861
- description : Timestamp in Unix epoch time when the rate limit will reset.
1862
- schema :
1863
- type : integer
1855
+ $ref : ' #/components/headers/x-ratelimit-reset'
1864
1856
' 422 ' :
1865
1857
description : Unprocessable Entity.
1866
1858
content :
@@ -2865,6 +2857,24 @@ components:
2865
2857
application/json :
2866
2858
schema :
2867
2859
$ref : ' #/components/schemas/ErrorBase'
2860
+ headers :
2861
+ x-ratelimit-limit :
2862
+ description : Number of allowed requests per one minute.
2863
+ example : 100
2864
+ schema :
2865
+ type : integer
2866
+ x-ratelimit-remaining :
2867
+ description : Number of remaining requests in the current period.
2868
+ example : 99
2869
+ schema :
2870
+ type : integer
2871
+ x-ratelimit-reset :
2872
+ description : >-
2873
+ Timstamp when the rate limit will reset, measured in seconds since the
2874
+ Unix epoch.
2875
+ example : 1710682486
2876
+ schema :
2877
+ type : integer
2868
2878
x-tagGroups :
2869
2879
- name : General
2870
2880
tags :
Original file line number Diff line number Diff line change @@ -695,19 +695,11 @@ paths:
695
695
description : No content.
696
696
headers :
697
697
x-ratelimit-limit :
698
- description : Maximum number of requests you can make to this endpoint.
699
- schema :
700
- type : integer
698
+ $ref : ' #/components/headers/x-ratelimit-limit'
701
699
x-ratelimit-remaining :
702
- description : >-
703
- Number of remaining API requests you can make to this endpoint
704
- before reaching the rate limit.
705
- schema :
706
- type : integer
700
+ $ref : ' #/components/headers/x-ratelimit-remaining'
707
701
x-ratelimit-reset :
708
- description : Timestamp in Unix epoch time when the rate limit will reset.
709
- schema :
710
- type : integer
702
+ $ref : ' #/components/headers/x-ratelimit-reset'
711
703
' 422 ' :
712
704
description : Unprocessable Entity.
713
705
content :
@@ -1513,6 +1505,24 @@ components:
1513
1505
application/json :
1514
1506
schema :
1515
1507
$ref : ' #/components/schemas/ErrorBase'
1508
+ headers :
1509
+ x-ratelimit-limit :
1510
+ description : Number of allowed requests per one minute.
1511
+ example : 100
1512
+ schema :
1513
+ type : integer
1514
+ x-ratelimit-remaining :
1515
+ description : Number of remaining requests in the current period.
1516
+ example : 99
1517
+ schema :
1518
+ type : integer
1519
+ x-ratelimit-reset :
1520
+ description : >-
1521
+ Timstamp when the rate limit will reset, measured in seconds since the
1522
+ Unix epoch.
1523
+ example : 1710682486
1524
+ schema :
1525
+ type : integer
1516
1526
x-tagGroups :
1517
1527
- name : General
1518
1528
tags :
You can’t perform that action at this time.
0 commit comments