@@ -306,12 +306,14 @@ paths:
306306 the translation process. Must be used when referring to this
307307 particular document in subsequent API requests.
308308 type : string
309+ example : 04DE5AD98A02647D83285A36021911C6
309310 document_key :
310311 description : A unique key that is used to encrypt the uploaded
311312 document as well as the resulting translation on the server
312313 side. Must be provided with every subsequent API request regarding
313314 this particular document.
314315 type : string
316+ example : 0CB0054F1C132C1625B392EADDA41CB754A742822F6877173029A6C487E7F60A
315317 example :
316318 document_id : 04DE5AD98A02647D83285A36021911C6
317319 document_key : 0CB0054F1C132C1625B392EADDA41CB754A742822F6877173029A6C487E7F60A
@@ -377,6 +379,7 @@ paths:
377379 the requested translation process. The same ID that was used
378380 when requesting the translation status.
379381 type : string
382+ example : 04DE5AD98A02647D83285A36021911C6
380383 status :
381384 description : |-
382385 A short description of the state the document translation process is currently in. Possible values are:
@@ -385,6 +388,7 @@ paths:
385388 * `done` - the translation is done and the translated document is ready for download
386389 * `error` - an irrecoverable error occurred while translating the document
387390 type : string
391+ example : done
388392 enum :
389393 - queued
390394 - translating
@@ -400,12 +404,14 @@ paths:
400404 The characters will only be billed after a successful download
401405 request.
402406 type : integer
407+ example : 1337
403408 error_message :
404409 description : |-
405410 A short description of the error, if available.
406411 Note that the content is subject to change.
407412 This parameter may be included if an error occurred during translation.
408413 type : string
414+ example : Only available if document status is error
409415 examples :
410416 translating :
411417 summary : Translating
@@ -537,10 +543,12 @@ paths:
537543 description : The language in which the source texts in the
538544 glossary are specified.
539545 type : string
546+ example : en
540547 target_lang :
541548 description : The language in which the target texts in the
542549 glossary are specified.
543550 type : string
551+ example : de
544552 example :
545553 supported_languages :
546554 - source_lang : de
@@ -903,13 +911,16 @@ paths:
903911 language :
904912 description : The language code of the given language.
905913 type : string
914+ example : DE
906915 name :
907916 description : Name of the language in English.
908917 type : string
918+ example : German
909919 supports_formality :
910920 description : Denotes formality support in case of a target language
911921 listing.
912922 type : boolean
923+ example : true
913924 example :
914925 - language : BG
915926 name : Bulgarian
0 commit comments