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/json
RequiredresourceId
RequiredstringThe resource ID to associate translation with. Accepts identifier or slug format
resourceType
RequiredstringThe resource type to associate translation with
Value in:
"workflow"
locale
RequiredstringLocale code (e.g., en_US, es_ES)
content
RequiredobjectTranslation content as JSON object
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
Translation created or updated successfully
resourceId
RequiredstringResource identifier
resourceType
RequiredstringResource type
Value in:
"workflow"
locale
RequiredstringLocale code
content
RequiredobjectTranslation content as JSON object
createdAt
RequiredstringCreation timestamp
updatedAt
RequiredstringLast update timestamp