Update registration questions for ticket type
PUT
{{baseUrl}}/zoom_events/events/:eventId/ticket_types/:ticketTypeId/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 ticket_type level. This API is not allowed for single session event type.
Scopes: zoom_events_ticket_types:write:admin
zoom_events_ticket_types:write
Rate Limit Label: LIGHT
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PUT 'https://api.zoom.us/v2/zoom_events/events/:eventId/ticket_types/:ticketTypeId/questions' -H 'Content-Type: application/json' -d '{"questions":[{"field_name":"address","required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e"},{"field_name":"organization","required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e"}],"custom_questions":[{"options":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e","type":"single_dropdown","min_length":"\u003cinteger\u003e","max_length":"\u003cinteger\u003e"},{"options":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e","type":"multiple_choice","min_length":"\u003cinteger\u003e","max_length":"\u003cinteger\u003e"}]}'