Update Event
Events
Update Event
Update an existing event’s details
PUT
Update Event
Update the details of an existing event. You can modify any of the fields that were set during event creation.
Path Parameters
string
required
The ID of the event to update
Required Fields
string
required
The name of your event
string
required
The type of venue you’re looking for
string
required
The type or category of your event
datetime
required
Event start date and time (UTC)
datetime
required
Event end date and time (UTC)
string
required
Desired location for the event
number
required
Total budget for the event
integer
required
Expected number of attendees
integer
required
Number of hotel rooms required
datetime
required
Deadline for making the venue decision
Optional Fields
string
Additional requirements or preferences
string
Meeting room requirements
string
Specific food and beverage needs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
200
Event updated successfully