---
title: "Update a label"
method: PUT
path: "/v4/labels/{labelId}"
tags: ["Labels"]
---

# Update a label

`PUT /v4/labels/{labelId}`

## Path parameters

- `labelId` string, required

## Request body

- UpdateLabelRequest
  - `name` string, required
  - `cssClassId` string, nullable

## Response `200`

The label

- LabelResponse
  - `labelId` string, nullable
  - `name` string, nullable
  - `backgroundColor` string, nullable
  - `foregroundColor` string, nullable
  - `intLabelID` integer
  - `createdOn` string, date-time, nullable
  - `createdBy` string, nullable
  - `active` boolean
  - `count` integer, nullable
  - `archivedCount` integer, nullable
  - `orderVal` integer, nullable

## Other responses

- `400` — Invalid request
- `403` — Insufficient permissions
- `404` — Entity not found

---

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