Logo
Zoom Public API Documentation

Update a webinar survey

PATCH {{baseUrl}}/webinars/:webinarId/survey

Update a webinar survey. Prerequisites: * A Pro or higher plan with the Webinar add-on. * Enable the Webinar Survey feature in the host's account.

Scopes: webinar:write,webinar:write:admin

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/webinars/:webinarId/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":"matching","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,"show_in_the_follow_up_email":false,"third_party_survey":"\u003cstring\u003e"}'

ENDPOINTS