UpdateEventInput
Autogenerated input type of UpdateEvent
UpdateEventInputFields
City of an in-person event — only accepted when the event is local. Supplying street and city derives the event’s coordinates via geocoding. A state/province and postal code may be included after the city name (e.g. "Beverly Hills, California, 90210") to improve geocoding accuracy. Send null to clear it, which is allowed for any event type.
A unique identifier for the client performing the mutation.
The lastEditedAt you loaded before editing, so the server can detect someone else saved a change first. Omit to skip the check.
ID of an image asset to show as the event header image — resource ID or GlobalID. Upload the image first via POST /networks/:network_id/assets. Any image asset is accepted and takes the style of the slot it lands in, so asset_style=cinema_header is a recommendation, not a requirement. Pass null to drop the current header image.
GlobalID of the event
Deprecated alias for venue.
Street address of an in-person event — only accepted when the event is local. Supplying street and city derives the event’s coordinates via geocoding. Send null to clear it, which is allowed for any event type.
ID of an image asset to show as the event thumbnail — resource ID or GlobalID. Upload the image first via POST /networks/:network_id/assets. Any image asset is accepted and takes the style of the slot it lands in, so asset_style=square_thumbnail is a recommendation, not a requirement. An asset already styled cinema_header is refused here, as is one also named by headerId — pass either as headerId alone, which the card falls back to anyway. Pass null to drop the current thumbnail, leaving the event to fall back to its header image.
Free-text venue or place name, distinct from the street and city address. It does not contribute to the event’s coordinates — those come from street and city. Send null to clear it.