# Update team

**PUT** `/teams/{id}`

Updates a team's display name or description.

Authentication: bearerAuth
Required scopes: `team:update`
Allowed roles: `owner`, `admin`
Authorization: Update a team in the workspace.

## Parameters

- `id` (path string, required)

## Request body

- `application/json`: `UpdateTeamRequest` required.

## Responses

- `200`: Team updated
- `default`: Error
