---
title: "UpdateTeam"
method: PATCH
path: "/admin/teams/{team_id}"
tags: ["Admin - Teams"]
---

# UpdateTeam

`PATCH /admin/teams/{team_id}`

Update a team.

Returns:
    Redirect to team detail page.

## Path parameters

- `team_id` string, uuid, required — The team ID.

## Request body

- AdminTeamUpdate
  - `description` string, nullable
  - `isActive` boolean, nullable
  - `name` string, nullable

## Response `200`

Request fulfilled, document follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/litestar-org/apis/app.md) · [All operations](https://skmtc.net/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litestar-org/app/versions/461f3baecebb/schema)
