Teams
Edit an existing team
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Teams
Edit an existing team
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
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
Name of the team
A unique slug that works as path for the team public page
Response
201
OK, team edited successfully
Was this page helpful?
curl --request PATCH \
--url https://api.cal.com/v1/teams/{teamId} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"slug": "<string>"
}'