We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be29ea4 commit e29c471Copy full SHA for e29c471
1 file changed
openapi_gitbook.yaml
@@ -836,15 +836,14 @@ paths:
836
period.
837
type: integer
838
format: int64
839
+ example: 180118
840
character_limit:
841
description: Current maximum number of characters that can be
842
translated per billing period. If cost control is set, the
843
cost control limit will be returned in this field.
844
845
- example:
846
- character_count: 180118
847
- character_limit: 1250000
+ example: 1250000
848
400:
849
$ref: '#/components/responses/BadRequest'
850
403:
0 commit comments