---
title: "Update Tag Group"
method: PATCH
path: "/tag-groups/{group}"
tags: ["Project"]
---

# Update Tag Group

`PATCH /tag-groups/{group}`

Rename and/or recolor a user-defined tag group. Applies to every tag in the group. System groups (branding/intentType) cannot be modified.

## Path parameters

- `group` string, required — The current group name (URL-encoded)

## Request body

- object
  - `name` string — New group name to rename the group to
  - `color` 'gray' | 'red' | 'orange' | 'yellow' | 'lime' | 'green' | 'cyan' | 'blue' | 'purple' | 'fuchsia' | 'pink' | 'emerald' | 'amber' | 'violet' | 'indigo' | 'teal' | 'sky' | 'rose' | 'slate' | 'zinc' | 'neutral' | 'stone' — New color applied to every tag in the group

## Response `200`

Group updated successfully

- object — Group updated successfully
  - `tag_count` number, required

## Other responses

- `404` — Response for status 404

---

[API](https://skmtc.dev/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.dev/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/revisions/92840a1bffa7/schema)
