---
title: "Update a team"
method: PATCH
path: "/teams/{identifier}"
tags: ["My Teams"]
---

# Update a team

`PATCH /teams/{identifier}`

Updates a team's profile fields. The caller (key owner) must be the team captain. Requires teams.profile:read-write.

## Path parameters

- `identifier` string, required — Team slug or Convex team ID.

## Request body

- UpdateTeamBody — Fields to update on the team. All optional.
  - `name` string
  - `tag` string
  - `description` string
  - `platform` string
  - `region` 'NONE' | 'NA_EAST' | 'NA_WEST' | 'EU' | 'ASIA' | 'OCEANIA' | 'SOUTH_AMERICA' | 'MIDDLE_EAST' | 'AFRICA'
  - `profileVisibility` 'public' | 'limited' | 'private'

## Response `200`

Team updated.

- UpdateTeamResponse
  - `success` true, required
  - `timestamp` string, required — Response generation time (ISO 8601).

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

---

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