Create a translation
Create a translation for a specific workflow and locale, if the translation already exists, it will be updated
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/jsonRequiredresourceIdRequiredstringThe resource ID to associate translation with. Accepts identifier or slug format
resourceTypeRequiredstringThe resource type to associate translation with
Value in:
"workflow" | "layout"localeRequiredstringLocale code (e.g., en_US, es_ES)
contentRequiredobjectTranslation content as JSON object
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
Translation created or updated successfully
resourceIdRequiredstringResource identifier
resourceTypeRequiredstringResource type
Value in:
"workflow" | "layout"localeRequiredstringLocale code
contentRequiredobjectTranslation content as JSON object
createdAtRequiredstringCreation timestamp
updatedAtRequiredstringLast update timestamp