---
title: "PATCH /teams/{id}/"
method: PATCH
path: "/teams/{id}/"
tags: ["teams"]
---

# PATCH /teams/{id}/

`PATCH /teams/{id}/`

Partially update a team

## Path parameters

- `id` integer, required

## Request body

- PatchedTeamUpdate
  - `name` string — The name of this resource
  - `description` string — The team description.

## Response `200`

Update successful. Return an updated team.

- Team
  - `id` integer, required
  - `name` string, required — The name of this resource
  - `description` string — The team description.
  - `organization_id` integer, required — The organization of this team.
  - `resource` object, required
  - `created` string, date-time, required — The date/time this resource was created
  - `created_by` integer, nullable, required — The user who created this resource
  - `modified` string, date-time, required — The date/time this resource was created
  - `modified_by` integer, nullable, required — The user who last modified this resource

## Changes

- **2024-04-23** `cbf68ddd9760` — 1 info
  - endpoint added
- **2023-04-25** `62d33b790834` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/teams/:id/patch.md)

---

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