Organization
Team
Update organization team
Update the organization team by its ID.
patch/v1/organizations/{id}/teams/{team_id}
Request body
Example request
{
"name": "Platform",
"description": "Platform engineering team."
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "Platform",
"description": "Platform engineering team.",
"member_count": 4
}