Ticket Classes
Update Ticket Class
Partial update of a ticket class
PATCH
Update Ticket Class
Updates one or more fields of a ticket class.quantity_sold is always recomputed server-side from the tickets collection and cannot be set by the client.
Requires the ticket_classes:write scope.
Path Parameters
The unique identifier of the event.
The unique identifier of the ticket class.
Request Body
All fields are optional but at least one must be provided. Fields not included are left unchanged.Ticket class name (1..120 chars).
Description (max 10000 chars).
ISO 4217 currency code.
Price per ticket.
Marks the class as free.
Total tickets available (0 = unlimited).
ISO 8601 datetime when sales open.
ISO 8601 datetime when sales close.
Minimum tickets per order.
Maximum tickets per order.
Whether new registrations require approval.
Hide from the public event page.
Response
Returns200 OK with the updated ticket class in the same shape as Get Ticket Class.
Errors
400 At least one field is required— empty body.400 Validation failed— invalid body shape.404 Event not found/Ticket class not found— resource missing or not owned by your org.
