latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-209564185.3 KB

e51f70b36692

Organization
Team

Update organization team

Update the organization team by its ID.

patch/v1/organizations/{id}/teams/{team_id}

Request body

namestring

Name of the team.

descriptionstring nullable

Description of the team.

Example request

{
  "name": "Platform",
  "description": "Platform engineering team."
}

Response

OK

idstring required

Unique identifier of the team.

namestring required

Name of the team.

descriptionstring nullable

Description of the team.

member_countinteger nullable

Number of users in the team when projected.

created_atstring date-time required

Date when the team was created.

updated_atstring date-time nullable required

Date when the team was updated.

Example response

{
  "id": "9bsv0s46s6s002p9ltq0",
  "name": "Platform",
  "description": "Platform engineering team.",
  "member_count": 4
}