Skip to main content
PATCH
Update an event in the series

Authorizations

Authorization
string
header
required

Mobile token, global API token, series API key, or event API key. See Authentication above for which endpoints each one reaches.

Path Parameters

series_id
string
required

Series UUID, series slug, or the literal current — the series the calling series API key belongs to. current is only valid for a series API key.

id
string
required

Event UUID or slug. Must belong to the series in the path.

Body

application/json
event
object
required

Send only the fields you want to change. event_series_id is not writable and is ignored if present.

Response

Event updated.

event
object