Updates an event's basic fields. Only provided fields are changed. Does not update products, tickets, or order forms.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
application/jsonRequirednamestringEvent name
descriptionstringEvent description (HTML supported)
descriptionBlocksarray<object>Rich content blocks for the event description
statusstringEvent status (e.g. draft, open, closed, cancelled)
"draft" | "open" | "closed" | "unpublished" | "cancelled" | "postponed" | "schedule"startstringStart date/time in UTC
"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"Format: "date-time"endstringEnd date/time in UTC
"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"Format: "date-time"hasEndDatebooleanWhether the event has a specified end time
privacystringPublic events appear on discover; private are link-only
"public" | "private"eventTypestringVirtual or in-person
"virtual" | "inperson"virtualEventLinkstringLink to virtual event
addressstringEvent location address
locationPlaceholderstringPlaceholder text when no address is set
timeZonestringIANA time zone (e.g. "America/New_York")
collectEmailsbooleanEnable checkout; if false customers cannot order
redirectUrlstringURL to redirect to after checkout
customTermsobjectCustom terms and conditions
customTagsarray<string>Custom tag overlays
idRequiredstringEvent ID, discoverable via list_events