cURL
curl --request POST \ --url https://api.example.com/workflows/{workflow_id}/commit \ --cookie fastapiusersauth=
{ "workflow_id": "<string>", "status": "success", "message": "<string>", "errors": [ { "ok": true, "message": "<string>", "detail": "<unknown>", "action_ref": "<string>" } ], "metadata": {} }
Commit a workflow.
This deploys the workflow and updates its version. If a YAML file is provided, it will override the workflow in the database.
Successful Response
success
failure
Show child attributes
Was this page helpful?