workflows
Update a workflow
Applies a partial update (name, platform, status, ocr_engine). Org-scoped — workflows in other orgs return 404.
put/workflows/{workflow_id}
Path parameters
workflow_idstring uuid required
workflow identifier
workflow identifier
Request body
Example request
{
"$schema": "/api/v1/WorkflowUpdateRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/WorkflowResponse.json"
}