Skip to main content
Update the details of a draft event in the sandbox environment. You can modify any field before converting the draft to a real event.

Path Parameters

number
required
The unique identifier of the draft event to update

Request Body

Include only the fields you want to update. All fields from the create endpoint are supported.
string
Updated event name
number
Updated attendee count
array
Updated location information
array
Updated event dates
array
Updated agenda items
object
Updated budget allocation

Response Format

Returns the updated draft event object with all current values.

Example Request