update_flow_json
Update a WhatsApp Flow's JSON definition by providing the flow ID and new JSON content, replacing the existing configuration.
Instructions
Upload or update the Flow JSON definition for a WhatsApp Flow. Accepts JSON as a string or object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | The Flow ID to update | |
| flow_json | Yes | Flow JSON definition (string or object) |