---
title: "Update flow metadata"
method: PATCH
path: "/whatsapp/flows/{flowId}/metadata"
tags: ["WhatsApp Flows"]
---

# Update flow metadata

`PATCH /whatsapp/flows/{flowId}/metadata`

Updates a WhatsApp Flow's metadata (name or categories).

## Path parameters

- `flowId` string, required

## Request body

- object
  - `name` string — Flow name.
  - `categories` WhatsappFlowCategory[] — Flow categories.
  - `endpointUri` string — The endpoint URI for the Flow.

## Response `200`

Successfully updated the flow metadata.

- object
  - `success` boolean — Whether the operation was successful.

---

[API](https://skmtc.dev/ycloud/apis/ycloud-api.md) · [All operations](https://skmtc.dev/ycloud/apis/ycloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ycloud/ycloud-api/revisions/4e13d3ca9df8/schema)
