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
| Operation | Type | Purpose |
|---|---|---|
updateAdminMarketingEvent | Mutation | Update a marketing event |
Details
- Requires an admin Bearer token and the
marketing.communications.events.editpermission. - 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
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | The event's IRI |
name | String | No | Event name |
description | String | No | Free-text description |
date | String | No | Event date (YYYY-MM-DD) |

