---
title: "Update team"
method: PUT
path: "/orgs/{orgId}/teams/{teamId}"
tags: ["teams"]
---

# Update team

`PUT /orgs/{orgId}/teams/{teamId}`

Updates the details of the team identified by the given `teamId`.

## Path parameters

- `orgId` integer, required
- `teamId` integer, required

## Request body

- UpdateTeamRequest
  - `avatarId` string
  - `description` string
  - `idpGroupId` integer, nullable
  - `name` string

## Response `200`

OK

## Other responses

- `204` — UpdateOrganizationTeam 204 response
- `400` — Bad request
- `403` — Operation not allowed
- `409` — Duplicated element

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
