Teams
Update a team
Update the team’s details.
PATCH
Authorizations
Enter your API key which starts with 'keeper_'
Path Parameters
The ID of the team.
Example:
"tea_VJ4sYEOOXVvJBXqFjRzpm"
Body
application/json
The name of the team.
Required string length:
1 - 60
The description of the team.
Maximum length:
200
Response
200
application/json
Default Response
Example:
{
"id": "tea_VJ4sYEOOXVvJBXqFjRzpm",
"name": "Payments",
"description": "All about payments and billing"
}