Skip to main content
PUT
Update Event

Authorizations

Authorization
string
header
required

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

event_id
integer
required

integer - required - The ID of the event you want to delete

Example:

1

Body

application/x-www-form-urlencoded
end_date
string
Example:

""

end_time
string
Example:

""

folder_id
string
Example:

""

name
string
Example:

"My Original Event Updated"

start_date
string
Example:

"2021-08-28"

start_time
string
Example:

""

Response