update_event
Update an existing Luma event by supplying its event ID and new values for title, description, start/end time, cover URL, or location.
Instructions
Update an existing Luma event.
Args:
event_id: The unique identifier of the event to update (api_id)
name: New title for the event (optional)
description_md: New description in Markdown format for the event (optional)
start_at: New start time in ISO 8601 format (optional)
end_at: New end time in ISO 8601 format (optional)
cover_url: New URL for the event cover image (optional)
location: New event location (optional)
Returns:
The updated event data or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| end_at | No | ||
| event_id | Yes | ||
| location | No | ||
| start_at | No | ||
| cover_url | No | ||
| description_md | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||