Authorizations
Path Parameters
ID of the team to edit
Query Parameters
Your API key
Body
application/json
Create a new custom input for an event type
Response
OK, team edited successfully
curl --request PATCH \
  --url https://api.cal.com/v1/teams/{teamId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "slug": "<string>"
}'curl --request PATCH \
  --url https://api.cal.com/v1/teams/{teamId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "slug": "<string>"
}'ID of the team to edit
Your API key
Create a new custom input for an event type
OK, team edited successfully
Was this page helpful?