Update a question translation

Updates one language's translation of a question. custom_actions is the only field written; question_text, recording_filename and recording_uuid are accepted by the schema and ignored, and sending a language that differs from the path is rejected with 400. Validation currently rejects any non-null custom_actions, including an empty array, so the only value that writes is null — use POST to replace a translation's actions. No audio is regenerated and the call routing is not republished here.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The survey's UUID. Present for consistency; it is ignored.

string
required

UUID of the question whose translation you are updating. Its own parent survey decides access.

string
required

Language code of the existing translation to update.

Body Params
string

The only field persisted. Any non-null value is currently rejected by validation with 400; null skips validation and is written.

string

Must match the path language if sent at all; a different value is rejected with 400. It is never written.

string

Accepted by the schema and ignored.

string | null

Accepted by the schema and ignored.

string | null

Accepted by the schema and ignored.

Responses

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json