PATCH
/
teams
/
{teamId}
curl --request PATCH \
  --url https://api.cal.com/v1/teams/{teamId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "slug": "<string>"
}'

Authorizations

apiKey
string
query
required

Path Parameters

teamId
integer
required

ID of the team to edit

Query Parameters

apiKey
string
required

Your API key

Body

application/json
Create a new custom input for an event type
name
string

Name of the team

slug
string

A unique slug that works as path for the team public page

Response

201
_mintlify/placeholder

OK, team edited successfully