File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,11 @@ components:
17
17
description : The number of seconds until the limit is reset.
18
18
schema :
19
19
type : integer
20
+ CreditsCost :
21
+ description : Then number of credits consumed by the request. Shown only when credits are involved.
22
+ schema :
23
+ type : integer
24
+ CreditsRemaining :
25
+ description : The number of remaining credits for that user. Shown only when credits are involved.
26
+ schema :
27
+ type : integer
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ components:
117
117
$ref : ' headers.yaml#/components/headers/RateLimitRemaining'
118
118
X-RateLimit-Reset :
119
119
$ref : ' headers.yaml#/components/headers/RateLimitReset'
120
+ X-Credits-Cost :
121
+ $ref : ' headers.yaml#/components/headers/CreditsCost'
122
+ X-Credits-Remaining :
123
+ $ref : ' headers.yaml#/components/headers/CreditsRemaining'
120
124
content :
121
125
application/json :
122
126
schema :
You can’t perform that action at this time.
0 commit comments