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": null,
"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.
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": null,
"action_ref": "<string>"
}
],
"metadata": {}
}wf_[0-9a-zA-Z]+Was this page helpful?