latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Workflows
Update a workflow
Updates all properties of a workflow. All fields are required (PUT semantics).
💡 Notes for MCP clients:
- Don't default shareLevel to Overview/View/Run or runLinkShareLevel to Public. Only set them when the user explicitly asks for a shareable or public link.
Returns the updated workflow.
put/workflows/{workflowId}
Path parameters
workflowIdstring required
The ID of the Workflow
Request body
Example request
{
"folderId": "tZHorJg1ZbRKYI9H0ZhMPQ"
}Response
Example response
{
"data": {
"audit": {
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}