---
title: "Update Team"
method: PATCH
path: "/teams/{team_id}"
tags: ["teams"]
---

# Update Team

`PATCH /teams/{team_id}`

## Path parameters

- `team_id` string, uuid, required

## Request body

- TeamPatchPayload
  - `name` string

## Response `200`

Successful Response

- Team
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `owner_id` string, uuid, required — The ID of the owner of the team.
  - `name` string, required — The name of the team.
  - `team_icon` string — Team Icon.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
