---
title: "Update labels"
method: PATCH
path: "/api/labels/{id}/"
tags: ["Labels"]
---

# Update labels

`PATCH /api/labels/{id}/`

Update labels used for your project without updating the labeling configuration.

## Path parameters

- `id` integer, required

## Request body

- PatchedLabelRequest — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
  - `approved` boolean — Status of label
  - `approved_by` integer, nullable — User who approved this label
  - `created_by` integer — User who made this label
  - `description` string, nullable — Label description
  - `organization` integer
  - `title` string — Label title
  - `value` unknown

## Response `200`

- Label — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
  - `approved` boolean — Status of label
  - `approved_by` integer, nullable — User who approved this label
  - `created_at` string, date-time, required — Time of label creation
  - `created_by` integer, required — User who made this label
  - `description` string, nullable — Label description
  - `id` integer, required
  - `links` integer[], required
  - `organization` integer, required
  - `projects` integer[], required
  - `title` string, required — Label title
  - `updated_at` string, date-time, required — Time of label modification
  - `value` unknown, required

---

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