---
title: "Update a Team"
method: PATCH
path: "/v3/teams/{teamId}"
tags: ["v3 teams"]
---

# Update a Team

`PATCH /v3/teams/{teamId}`

Update a team, the authenticated user must be the "Administrator" or a "Manager" of the team.

## Request body

- GFWTeam
  - `name` string, required
  - `createdAt` string, date-time, required

## Response `200`

Example response

- object
  - `data` object, required
    - `type` string, required
    - `id` string, required
    - `attributes` GFWTeam, required
      - `name` string, required
      - `createdAt` string, date-time, required

## Other responses

- `400` — Error Response
- `401` — Error Response
- `404` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-teams.md) · [All operations](https://skmtc.net/wri/apis/fw-teams/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-teams/revisions/9e208e657f30/schema)
