---
title: "Update a tag group"
method: POST
path: "/v1/tag-groups/{id}"
tags: ["Tags"]
---

# Update a tag group

`POST /v1/tag-groups/{id}`

Updates a tag group

## Path parameters

- `id` string, uuid, required

## Request body

- ExternalCreateTagGroup
  - `label` string, required
  - `color` string
  - `archived` boolean

## Response `200`

Successful Response

- ExternalTagGroup
  - `label` string, required
  - `color` string
  - `archived` boolean
  - `id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

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