---
title: "Update Clarity Process Label"
method: PATCH
path: "/v2/organizations/{orgId}/clarity/process-labels/{labelId}"
tags: ["Clarity"]
---

# Update Clarity Process Label

`PATCH /v2/organizations/{orgId}/clarity/process-labels/{labelId}`

Update process tags for an organization.

## Path parameters

- `orgId` string, uuid, required
- `labelId` string, uuid, required

## Request body

- object
  - `value` string
  - `colorHue` integer

## Response `200`

Default Response

- object
  - `label` object, required
    - `id` string, uuid, required
    - `value` string, required
    - `colorHue` integer, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — Default Response

---

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