Skip to main content
SDK luma.events.update(eventId: string, body: EventUpdateParams): Promise<Event> Updates an existing event.

Parameters

string
required
Event api_id from events.list() or events.get().
EventUpdateParams
required
Fields to update. See the official Luma API docs for available fields.

Test it

Update a test event title, then call events.get() to confirm the change: