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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}