We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f238f commit 24f8d60Copy full SHA for 24f8d60
1 file changed
openapi_gitbook.yaml
@@ -388,7 +388,7 @@ paths:
388
* `done` - the translation is done and the translated document is ready for download
389
* `error` - an irrecoverable error occurred while translating the document
390
type: string
391
- example: translating
+ example: done
392
enum:
393
- queued
394
- translating
@@ -399,7 +399,6 @@ paths:
399
Estimated number of seconds until the translation is done.
400
This parameter is only included while `status` is `"translating"`.
401
type: integer
402
- example: 20
403
billed_characters:
404
description: The number of characters billed to your account.
405
The characters will only be billed after a successful download
0 commit comments