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.

Endpoint

EndpointMethod
/api/admin/marketing/events/{id}PUT

Details

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

Request body

FieldTypeRequiredNotes
namestringnoEvent name
descriptionstringnoFree-text description
datestringnoEvent date (YYYY-MM-DD)

Released under the MIT License.