---
title: "Update Label"
method: POST
path: "/labels/update-label"
tags: ["labels"]
---

# Update Label

`POST /labels/update-label`

## Request body

- LabelUpdate
  - `id` integer, required
  - `label_name` string
  - `classification` string
  - `type` string
  - `style_type` string
  - `style_value` string
  - `state` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aws-samples/apis/sensitive-data-protect-solution.md) · [All operations](https://skmtc.net/aws-samples/apis/sensitive-data-protect-solution/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/sensitive-data-protect-solution/revisions/e0c2e29932e2/schema)
