---
title: "Update a Team's information"
method: PATCH
path: "/v2/teams/{team_id}"
tags: ["v2"]
---

# Update a Team's information

`PATCH /v2/teams/{team_id}`

## Headers

- `apikey` string
- `Client-Agent` string
- `X-Fields` string, mask

## Request body

- ModifyTeamInput
  - `name` string — The name of the team. No profanity allowed!
  - `info` string — Extra information or comments about this team.

## Response `200`

Modify Team

- ModifyTeam
  - `id` string — The ID of the team.
  - `name` string — The Name of the team.
  - `info` string — The Info of the team.

## Other responses

- `400` — Validation Error
- `401` — Invalid API Key
- `403` — Access Denied
- `404` — Team Not Found

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
