---
title: "Update label"
method: PUT
path: "/v2/collaboration-groups/labels/{labelId}"
tags: ["Collaboration Groups Labels"]
---

# Update label

`PUT /v2/collaboration-groups/labels/{labelId}`

## Path parameters

- `labelId` integer, required

## Request body

- CollaborationGroupsLabelUpdate
  - `name` string, required
  - `color` string

## Response `200`

OK

- CollaborationGroupsLabel
  - `id` integer
  - `name` string
  - `color` string
  - `domainId` integer

---

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