---
title: "Edit Flow Metadata API"
method: POST
path: "/v3/metainfo/flow/edit/metadata"
tags: ["WhatsApp Flows"]
---

# Edit Flow Metadata API

`POST /v3/metainfo/flow/edit/metadata`

Updates metadata fields (like name or categories) of an existing WhatsApp flow using its flow ID.

## Parameters

- `#/paths/~1v3~1metainfo~1flow~1create/post/parameters/0` — unresolved $ref
- `#/paths/~1v3~1metainfo~1flow~1edit/post/parameters/1` — unresolved $ref

## Request body

- object
  - `name` string — New name for the flow.
  - `categories` string — Updated categories for the flow.

## Response `200`

Successfully edited flow metadata

- EditFlowSuccessResponse
  - `status` string, required
  - `message` string, required
  - `data` object, required
    - `success` boolean, required

## Other responses

- `400` — Bad Request - Missing or Invalid Flow ID
- `500` — Internal Server Error
- `4XX` — Meta Update Error

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
