Bulk update translations
Translations
Bulk update translations
Bulk upsert translations for a single language using merge semantics — only supplied keys are touched. Values equal to the language’s default are removed from the database to keep storage clean (mirrors UI behavior).
PUT
Bulk update translations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the chatbot
Example:
"clx1234567890abcdef"
Language to update (predefined enum or custom uppercase identifier)
Example:
"GERMAN"
Body
application/json
Response
Translations updated successfully

