---
title: "Update team"
method: PATCH
path: "/api/v1/team/{id}"
tags: ["team"]
---

# Update team

`PATCH /api/v1/team/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `avatarUrl` string, nullable

## Response `200`

200

- object
  - `id` string, required
  - `name` string, required
  - `avatarUrl` string, nullable
  - `organizationId` string, required
  - `createdById` string, required
  - `createdAt` string, date-time, nullable, required
  - `updatedAt` string, date-time, nullable, required
  - `deletedAt` string, date-time, nullable

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

[API](https://skmtc.dev/bundle/apis/bundle-social-api.md) · [All operations](https://skmtc.dev/bundle/apis/bundle-social-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bundle/bundle-social-api/revisions/b773556c2f09/schema)
