---
title: "Update a team"
method: PATCH
path: "/orgs/{org_id}/teams/{team_id}"
tags: ["teams"]
---

# Update a team

`PATCH /orgs/{org_id}/teams/{team_id}`

Updates team name, slug, or limits. Only provided fields are changed.

## Path parameters

- `org_id` string, required
- `team_id` string, required

## Request body

- InternalApiAdminUpdateTeamRequest
  - `daily_token_limit` integer
  - `monthly_token_limit` integer
  - `name` string
  - `requests_per_day` integer
  - `requests_per_minute` integer
  - `slug` string

## Response `200`

OK

- InternalApiAdminTeamResponse
  - `created_at` string
  - `daily_token_limit` integer
  - `deleted_at` string
  - `id` string
  - `key_count` integer
  - `member_count` integer
  - `monthly_token_limit` integer
  - `name` string
  - `org_id` string
  - `requests_per_day` integer
  - `requests_per_minute` integer
  - `slug` string
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
