TranslationimportRequestPostPayload
{
"document": 123,
"target": [
"es"
],
"honor_status": true,
"translation": "string",
"force": true
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
document | integer | false | none | The ID of the document. |
target | [string] | false | none | The target language(s). |
honor_status | boolean | false | none | Per default, Paligo will not replace fragments that have been set to “complete”. With this option disabled, all translations will be imported, disregarding the status. |
translation | string(binary) | false | none | The translation file with one of the formats .po .xlf .xliff |
force | boolean | false | none | Per default, Paligo won’t allow posting to documents that are not set as “In Translation”. Set force to true to bypass this behavior. |