PATCH
/
event-types
/
{id}
curl --request PATCH \
  --url https://api.cal.com/v1/event-types/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "event-type": {
    "summary": "An example of event type PATCH request",
    "value": {
      "length": 60,
      "requiresConfirmation": true
    }
  }
}'

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

ID of the eventType to edit

Query Parameters

apiKey
string
required

Your API Key

Body

application/json
Create a new event-type related to your user or team

The body is of type object.

Response

201

OK, eventType edited successfully