Update Languages
PUT {{baseUrl}}/surveys/:surveyId/languages
Updates enabled languages given the surveyId
.
<!--From Readme-->
For more information about using the survey APIs, see Managing Surveys.
<!-- theme: info -->
Permissions
Set Survey Options permission must be enabled for the user to update survey languages.
Request Body
{"AvailableLanguages"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}