Update ticket type for an event
PATCH
{{baseUrl}}/zoom_events/events/:eventId/ticket_types/:ticketTypeId
Use this API to update the ticket type for an event ID. 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 PATCH 'https://api.zoom.us/v2/zoom_events/events/:eventId/ticket_types/:ticketTypeId' -H 'Content-Type: application/json' -d '{"name":"\u003cstring\u003e","currency":"\u003cstring\u003e","free":"\u003cboolean\u003e","price":"\u003cstring\u003e","quantity":"\u003cnumber\u003e","start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e","description":"\u003cstring\u003e","sold_quantity":"\u003cnumber\u003e","sessions":["\u003cstring\u003e","\u003cstring\u003e"],"private_visibility_rules":{"account_restrict":"\u003cboolean\u003e","allow_domain_list":["\u003cstring\u003e","\u003cstring\u003e"],"email_restrict_list":["\u003cstring\u003e"]}}'