---
title: "Create or Update Flow Label"
method: PUT
path: "/flows/{flowId}/label"
tags: ["Flows"]
---

# Create or Update Flow Label

`PUT /flows/{flowId}/label`

Create or update the label property. This should be a very short, human-readable label that may be displayed in listings of Flows.

## Request body

- string

## Response `204`

No content. The label has been created or updated.

## Other responses

- `400` — Bad request. Invalid Flow label.
- `403` — Forbidden. You do not have permission to modify this Flow. It may be marked read-only.
- `404` — The requested Flow does not exist.

---

[API](https://skmtc.net/aws-samples/apis/time-addressable-media-store.md) · [All operations](https://skmtc.net/aws-samples/apis/time-addressable-media-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/time-addressable-media-store/versions/c442607d1b16/schema)
