Translations
Upload translation files
Upload one or more JSON translation files for a specific workflow. Files name must match the locale, e.g. en_US.json. Supports both "files" and "files[]" field names for backwards compatibility.
post/v2/translations/upload
Response
Upload results
Example response
{
"totalFiles": 3,
"successfulUploads": 2,
"failedUploads": 1,
"errors": [
"Invalid JSON in file: es-ES.json"
]
}