cURL
curl --request PUT \ --url https://{baseurl}/api/v1/management/surveys/{surveyId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "name": "Example Survey" } '
{}
Update an existing survey with new properties. This is also what we’d recommend you to do from the UI for a better visual feedback.
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?