---
title: "Update note label"
method: PUT
path: "/labels/note/{id}"
tags: ["Note Labels"]
---

# Update note label

`PUT /labels/note/{id}`

Update an existing note label by its ID. You can update the name, color, or both.

## Path parameters

- `id` string, required

## Request body

- UpdateNoteLabelDto
  - `name` string
  - `colorHex` string

## Response `204`

Note label updated successfully

## Other responses

- `400` — Bad request - invalid fields
- `401` — Unauthorized - invalid or missing authentication
- `404` — Note label not found
- `500` — Error response

---

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