Update a meeting survey
PATCH {{baseUrl}}/meetings/:meetingId/survey
Update a meeting survey . Prerequisites: * The host must be a Pro user type. * The Meeting Survey feature is enabled in the host's account. * The meeting must be a scheduled meeting. Instant meetings do not have survey features enabled.
Scopes:
meeting:write:admin
,
meeting:write
Rate Limit Label
:
LIGHT
Request Body
{"custom_survey"=>{"title"=>"<string>", "anonymous"=>false, "numbered_questions"=>false, "show_question_type"=>false, "feedback"=>"<string>", "questions"=>[{"name"=>"<string>", "type"=>"short_answer", "answer_required"=>false, "show_as_dropdown"=>false, "answers"=>["<string>", "<string>"], "prompts"=>[{"prompt_question"=>"<string>"}, {"prompt_question"=>"<string>"}], "answer_min_character"=>"<integer>", "answer_max_character"=>"<integer>", "rating_min_value"=>"<integer>", "rating_max_value"=>"<integer>", "rating_min_label"=>"<string>", "rating_max_label"=>"<string>"}]}, "show_in_the_browser"=>true, "third_party_survey"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``