Update registration questions for an event
PUT {{baseUrl}}/zoom_events/events/:eventId/questions
Use this API to update registration questions and fields that are to be answered by users while registering for an event. These questions are setup at event level.
Scopes:
zoom_events_ticket_types:write
zoom_events_ticket_types:write:admin
Rate Limit Label
:
Light
Request Body
{"questions"=>[{"field_name"=>"address", "required"=>"<boolean>", "title"=>"<string>", "question_id"=>"<string>"}, {"field_name"=>"organization", "required"=>"<boolean>", "title"=>"<string>", "question_id"=>"<string>"}], "custom_questions"=>[{"options"=>["<string>", "<string>"], "required"=>"<boolean>", "title"=>"<string>", "question_id"=>"<string>", "type"=>"single_dropdown", "min_length"=>"<integer>", "max_length"=>"<integer>"}, {"options"=>["<string>", "<string>"], "required"=>"<boolean>", "title"=>"<string>", "question_id"=>"<string>", "type"=>"multiple_choice", "min_length"=>"<integer>", "max_length"=>"<integer>"}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``