Ticket types
Update a ticket type
Update a Luma ticket type with luma.events.ticketTypes.update() to change name, price, capacity, or sale window on an existing tier.
SDK
luma.events.ticketTypes.update(eventId: string, ticketTypeId: string, body: TicketTypeUpdateParams): Promise<TicketType>
Updates an existing ticket type.
Parameters
Event
api_id from events.list().Ticket type
api_id from events.ticketTypes.list() or events.ticketTypes.create().Fields to update. See the official Luma API docs for available fields.