Import master translations JSON
Import translations for multiple workflows from master JSON format for a specific locale
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/jsonRequiredlocaleRequiredstringThe locale for which translations are being imported
masterJsonRequiredobjectMaster JSON object containing all translations organized by workflow identifier
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
Master translations imported successfully
successRequiredbooleanOverall success status of the import operation
messageRequiredstringHuman-readable message describing the import result
successfularray<string>List of resource IDs that were successfully imported
failedarray<string>List of resource IDs that failed to import