Update Event
Events
Update Event
Updates an existing event by its unique ID. Only the fields included in the request body are modified; omitted fields are left unchanged.
You can update scheduling (start_date, end_date, start_time, end_time), metadata (name, folder_id, description), and registration settings (close_date, close_time, capacity). Changes to dates and times on a live event take effect immediately for the registration page.
PUT
Update Event
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the event you want to delete
Example:
1
Body
application/x-www-form-urlencoded