Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/meetings/:meetingId/survey' -H 'Content-Type: application/json' -d '{"custom_survey":{"title":"\u003cstring\u003e","anonymous":false,"numbered_questions":false,"show_question_type":false,"feedback":"\u003cstring\u003e","questions":[{"name":"\u003cstring\u003e","type":"short_answer","answer_required":false,"show_as_dropdown":false,"answers":["\u003cstring\u003e","\u003cstring\u003e"],"prompts":[{"prompt_question":"\u003cstring\u003e"},{"prompt_question":"\u003cstring\u003e"}],"answer_min_character":"\u003cinteger\u003e","answer_max_character":"\u003cinteger\u003e","rating_min_value":"\u003cinteger\u003e","rating_max_value":"\u003cinteger\u003e","rating_min_label":"\u003cstring\u003e","rating_max_label":"\u003cstring\u003e"}]},"show_in_the_browser":true,"third_party_survey":"\u003cstring\u003e"}'

ENDPOINTS