v17

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08165682.0 MB
Organization teams

Update an organization team

Authorization

A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

Service Token Accesses write_teams

OAuth Scopes

ResourceScopes
Organizationwrite_organization
patch/organizations/{organization}/teams/{team}

Path parameters

organizationstring required

The name of the organization

teamstring required

The slug of the team

Request body

namestring

The new name for the team

descriptionstring

The new description for the team

Response

Returns the updated team. Note: SSO-managed teams cannot be updated.

idstring required

The ID of the team

display_namestring required

The display name of the team

namestring required

The name of the team

slugstring required

The slug of the team

created_atstring required

When the team was created

updated_atstring required

When the team was last updated

descriptionstring nullable required

The description of the team

managedboolean required

Whether the team is managed through SSO/directory services