Skip to main content
PUT
Bulk update translations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatbotId
string
required

Unique identifier of the chatbot

Example:

"clx1234567890abcdef"

language
string
required

Language to update (predefined enum or custom uppercase identifier)

Example:

"GERMAN"

Body

application/json
translations
object[]
required

Response

Translations updated successfully