cURL
teams
Update a Team
Update the information of a Team specified by the teamId parameter. The request body should contain the information that will be updated on the Team.
PATCH
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Team identifier/slug to perform the request on behalf of.
Minimum string length:
3Example:
"team_LLHUOMOoDlqOp8wPE4kFo9pE"
Body
application/json
A short text that describes the team.
Maximum string length:
140Example:
"Our mission is to make cloud computing accessible to everyone"
Example:
"example.com"
The name of the Team
Maximum string length:
256Example:
"my team"
A new slug for the team
Example:
"my-team"