---
title: "Update Team"
method: PUT
path: "/v2/teams/{id}"
tags: ["Team API"]
---

# Update Team

`PUT /v2/teams/{id}`

Update an existing team.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, nullable
  - `prefix` string, nullable
  - `description` string, nullable

## Response `200`

Success

- SvauthPublicUpdateTeamResponse
  - `data` SvauthPublicTeam
    - `id` string
    - `name` string
    - `prefix` string
    - `description` string, nullable
    - `organizationId` string
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `color` string, nullable

## Other responses

- `default` — Error

---

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