Update a ticket type
Updates a ticket type's label, amount, currency, capacity, or position.
Updates a ticket type's label, amount, currency, capacity, or position.
Authorization
bearerAuth shows:updateA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: shows:update
Path Parameters
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Update a ticket type.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "event_id": "string", "session_id": "string", "kind": "free", "label": "string", "amount_cents": -9007199254740991, "currency": "string", "min_amount_cents": -9007199254740991, "suggested_amount_cents": -9007199254740991, "capacity": -9007199254740991, "min_quantity": -9007199254740991, "max_quantity": -9007199254740991, "available_from": "string", "available_until": "string", "position": -9007199254740991, "sold_count": -9007199254740991, "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}List a program's ticket types GET
Lists a program's ticket types (admission tiers) in position order, each with its live sold count (paid invoice line-item quantities, plus $0 comps). Note: `sold_count` reads invoice line items, so an API key without `sales:read` sees every type's count as 0 (row-level security hides the lines) — request `sales:read` alongside `shows:read` to read real counts.
Update a program PATCH
Updates a program's fields (title, time, type, venue, visibility, parent show).