Skip to content

Commit e29c471

Browse files
Example fix for /usage
1 parent be29ea4 commit e29c471

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

openapi_gitbook.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,15 +836,14 @@ paths:
836836
period.
837837
type: integer
838838
format: int64
839+
example: 180118
839840
character_limit:
840841
description: Current maximum number of characters that can be
841842
translated per billing period. If cost control is set, the
842843
cost control limit will be returned in this field.
843844
type: integer
844845
format: int64
845-
example:
846-
character_count: 180118
847-
character_limit: 1250000
846+
example: 1250000
848847
400:
849848
$ref: '#/components/responses/BadRequest'
850849
403:

0 commit comments

Comments
 (0)