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
| Endpoint | Method |
|---|---|
/api/admin/marketing/events/{id} | PUT |
Details
- Requires an admin Bearer token and the
marketing.communications.events.editpermission. - 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
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | no | Event name |
description | string | no | Free-text description |
date | string | no | Event date (YYYY-MM-DD) |

