Update a translation key
Translations
Update a translation key
Update a single translation key for a single language. If the supplied value matches the language’s default, the override is removed from the database (mirrors UI behavior).
PATCH
Update a translation key
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 (predefined enum or custom uppercase identifier)
Example:
"GERMAN"
One of the predefined translation keys
Example:
"newMessageToast"
Body
application/json
Example:
"Neue Nachricht!"
Response
Translation updated successfully

