---
title: "Update App Label"
method: PUT
path: "/v1/apps/{app_id}/labels/{label_id}"
tags: ["apps"]
---

# Update App Label

`PUT /v1/apps/{app_id}/labels/{label_id}`

## Path parameters

- `app_id` string, uuid, required
- `label_id` string, uuid, required

## Request body

- AppLabelUpdateRequest
  - `name` string, nullable
  - `description` string, nullable
  - `color` string, nullable

## Response `200`

Successful Response

- AppLabel
  - `name` string, required
  - `description` string, nullable
  - `color` string, nullable
  - `id` string, uuid, required

## Other responses

- `422` — Validation Error

---

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