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

# Create or Update Flow Description

`PUT /flows/{flowId}/description`

Create or update the description property. This should be a human-readable description that may be showed in detailed views of Flows. The description should be longer and more detailed than `label`.

## Request body

- string

## Response `204`

No content. The description has been created or updated.

## Other responses

- `400` — Bad request. Invalid Flow description.
- `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)
