Skip to content

Update Event

Updates an existing marketing event — the Edit Event action on the admin Marketing → Communications → Events screen.

TIP

New here? Read the Events overview for what an event does and how its fields behave.

Operation

OperationTypePurpose
updateAdminMarketingEventMutationUpdate a marketing event

Details

  • Requires an admin Bearer token and the marketing.communications.events.edit permission.
  • Pass the event's IRI as id. The update is a partial merge — send only the fields you want to change; omitted fields keep their existing values.
  • The mutation returns the full updated event payload.

Input fields

FieldTypeRequiredNotes
idIDYesThe event's IRI
nameStringNoEvent name
descriptionStringNoFree-text description
dateStringNoEvent date (YYYY-MM-DD)

Released under the MIT License.