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
Request Body
{"name"=>"<string>", "currency"=>"<string>", "free"=>"<boolean>", "price"=>"<string>", "quantity"=>"<number>", "start_time"=>"<string>", "end_time"=>"<string>", "description"=>"<string>", "sold_quantity"=>"<number>", "sessions"=>["<string>", "<string>"], "private_visibility_rules"=>{"account_restrict"=>"<boolean>", "allow_domain_list"=>["<string>", "<string>"], "email_restrict_list"=>["<string>"]}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``