Skip to main content
PUT
/
api
/
v1
/
management
/
surveys
/
{surveyId}
Update Survey
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"
}
'
{}

Headers

x-api-key
string
required

Path Parameters

surveyId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.