Atualizar metadados do flow

Atualiza os metadados de um flow existente.

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.
namestringOptional>=1 character
Updated flow name
categorieslist of stringsOptional
Updated flow categories
endpointUrlstringOptionalformat: "uri"
Updated HTTPS endpoint URL for data exchange

Response

Default Response
idstring
Unique identifier of the flow in the Muchaw platform
developerIdstring
ID of the developer who owns this flow
wabaIdstring
WhatsApp Business Account ID this flow belongs to
metaFlowIdstring
Flow ID assigned by Meta
namestring
Flow name
statusenum
Current lifecycle status of the flow
categorieslist of strings
Flow categories
jsonVersionstring or null
Version of the flow JSON spec
endpointUrlstring or null
HTTPS endpoint URL for data exchange
publicKeyConfiguredboolean
Whether a public key is configured for this flow
createdAtstring
ISO 8601 datetime when the flow was created
updatedAtstring
ISO 8601 datetime when the flow was last updated

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error