---
title: "Update team"
method: PUT
path: "/teams/{teamId}"
---

# Update team

`PUT /teams/{teamId}`

Update an existing team

## Path parameters

- `teamId` string, required

## Request body

- CreateGroupDto
  - `name` string, required
  - `description` string
  - `is_support_enabled` boolean
  - `support_office_hours_id` string, nullable
  - `support_assignment_strategy` 'least-busy' | 'round-robin' | 'unassigned'

## Response `200`

Default Response

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
