Workflows
Update a Workflow
Initiate the update of an existing workflow by providing details.
POST
Headers
Your API key for authentication. Prefix with
Bearer .Your access token for authentication.
Body
The id of the existing workflow to be updated.
The name for the existing workflow.
The description for the existing workflow.
An array of objects containing all of the nodes.
An array of objects containing all of the edges.
An array of objects containing all of the nodes and edges in a specific
format.
Response
Confirms the request was successful.
A human-readable message about the request’s outcome.
An object containing the details of the updated workflow.