Update Event Type
Update an existing Event Type
**NOTE:**
* Currently, this endpoint only supports one-on-one event types (kind: "solo").
<Info title="Required scopes">
> `event_types:write`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Path parameters
uuid
Request
This endpoint expects an object.
active
Indicates if the event type is active or not
name
The event type name
color
The hexadecimal color value of the event type's scheduling page
description
The event type description
duration
The length of sessions booked with this event type. Must be one of the duration options if they're provided.
duration_options
A maximum of 4 unique options is allowed. Each option must be >= 1 and <= 720.
locale
The locale on the event type, used to determine the language of the event type's scheduling page
locations
Configuration information for each possible location for this Event Type
Response
OK
resource
A configuration for an Event Type
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error