v1
latestOpenAPI 3.0.02026-07-24234471.0 KBWorkflow
Update a workflow
Update a workflow
patch/workflow/{id}
Path parameters
idinteger required
ID is a generic type that is used to represent a unique identifier
Example:4455
Workflow ID
Request body
Example request
{
"name": "In Progress"
}Response
Created
Example response
{
"id": 4455,
"name": "In Progress",
"sort": 1,
"Project": {
"id": 4455,
"createdBy": 4455
}
}