v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Flows

Update flow structure

Updates a WhatsApp Flow's structure. Note that the file must be attached as form-data.

patch/whatsapp/flows/{flowId}/assets

Path parameters

flowIdstring required
Example:flow-1

Flow ID.

Response

Successfully updated the flow structure.

successboolean

Whether the operation was successful.

Example response

{
  "success": true
}