Atualizar JSON do flow

Atualiza a definição JSON do flow.

Authentication

AuthorizationBearer

API Key in the format mk_live_<43-chars>. Obtain from the Dashboard or POST /auth/api-keys.

Path parameters

idstringRequired
Unique identifier of the flow

Request

This endpoint expects an object.
flowJsonmap from strings to anyRequired
The flow JSON definition following the WhatsApp Flows JSON spec

Response

Default Response
successboolean
Whether the upload was accepted by Meta
validationErrorsany or null
Validation errors returned by Meta after upload

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error