update_survey_translations
Merge new translation keys into existing survey translations for a specific language, optionally replacing the complete map.
Instructions
Update translations for one language. By default the current map is fetched and the supplied keys are merged so Qualtrics receives the required complete map. Set replace=true only when translations already contains the complete map and omitted keys should be removed. Requires Translate Surveys permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replace | No | Submit exactly translations instead of merging with the current map (default: false) | |
| surveyId | Yes | The Qualtrics survey ID | |
| languageCode | Yes | Translation language code, such as ES or FR | |
| translations | Yes | Translation key-to-text patch, or the complete map when replace=true |