Translations
Upload master translations JSON file
Upload a master JSON file containing translations for multiple workflows. Locale is automatically detected from filename (e.g., en_US.json)
post/v2/translations/master-json/upload
Response
Master translations uploaded successfully
Example response
{
"success": true,
"message": "Successfully imported translations for 2 resources: welcome-email, password-reset",
"successful": [
"welcome-email",
"password-reset"
],
"failed": [
"missing-workflow"
]
}