Skip to main content
PUT
Update Event Occurrence

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Path Parameters

occurrence
string<uuid>
required

The unique identifier of the event occurrence.

Body

application/json
status
enum<string>

The occurrence status.

Available options:
active,
cancelled,
postponed
maxTickets
integer

Maximum tickets for the occurrence. Cannot be set below tickets already sold.

Required range: x >= 0
locationOverride
string | null

A location that overrides the parent event's location for this occurrence.

notes
string | null

Internal notes for the occurrence.

occurrenceDate
string<date>

The date of the occurrence (YYYY-MM-DD).

Response

The updated occurrence.

success
boolean
occurrence
object

The stored record for an event occurrence, as returned after an update.