Update Survey
PUT {{baseUrl}}/surveys/:surveyId
Updates a survey with the given ID. <!--From Readme--> For more information about using the survey APIs, see Managing Surveys.
Request Body
{"name"=>"<string>", "isActive"=>"<boolean>", "expiration"=>{"startDate"=>"<dateTime>", "endDate"=>"<dateTime>"}, "ownerId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}