Labels

Rename a label or change its color.

patch/api/public/labels/{labelId}

Path parameters

labelIdstring required

Headers

Idempotency-Keystring

Optional. Send a unique key (e.g. a UUID) to make this POST safe to retry. The same key within 24h returns the original result instead of creating a duplicate.

Request body

textstring
colorstring

Tailwind color key, e.g. "green-500"

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.