Skip to content

Commit 452d3fa

Browse files
author
Luca Kiedrowski
committed
fix: update wording
1 parent 3dd7efd commit 452d3fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typos, schema fixes, or adding examples.
1212

1313
### [3.1.0] - 2024-06-13
1414
### Changed
15-
* `/v2/usage`: Now returns a detailed response for API Pro users, including per-product usage and billing period information. For API Free and Pro Classic users, the response remains unchanged and only includes `character_count` and `character_limit`.
15+
* `/v2/usage`: Now returns a detailed response for API Pro users, including per-product usage and billing period information. For API users not on the Pro plan, the response remains unchanged and only includes `character_count` and `character_limit`.
1616

1717

1818
### [3.0.2] - 2025-04-24

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,14 +1997,14 @@
19971997
},
19981998
"examples": {
19991999
"free": {
2000-
"summary": "Free/Pro Classic response",
2000+
"summary": "Response for API users not on the Pro plan",
20012001
"value": {
20022002
"character_count": 180118,
20032003
"character_limit": 1250000
20042004
}
20052005
},
20062006
"pro": {
2007-
"summary": "API Pro response",
2007+
"summary": "Response for API Pro users",
20082008
"value": {
20092009
"character_count": 5947223,
20102010
"character_limit": 1000000000000,

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,12 +1461,12 @@ paths:
14611461
$ref: '#/components/schemas/UsageResponse'
14621462
examples:
14631463
free:
1464-
summary: Free/Pro Classic response
1464+
summary: Response for API users not on the Pro plan
14651465
value:
14661466
character_count: 180118
14671467
character_limit: 1250000
14681468
pro:
1469-
summary: API Pro response
1469+
summary: Response for API Pro users
14701470
value:
14711471
character_count: 5947223
14721472
character_limit: 1000000000000

openapi_gitbook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,12 +1359,12 @@ paths:
13591359
$ref: '#/components/schemas/UsageResponse'
13601360
examples:
13611361
free:
1362-
summary: API Free/Pro Classic response
1362+
summary: Response for API users not on the Pro plan
13631363
value:
13641364
character_count: 180118
13651365
character_limit: 1250000
13661366
pro:
1367-
summary: API Pro response
1367+
summary: Response for API Pro users
13681368
value:
13691369
character_count: 5947223
13701370
character_limit: 1000000000000

0 commit comments

Comments
 (0)