v1
latestOpenAPI 3.0.02026-07-24234471.0 KBWorkflow
Create a workflow
Create a new workflow
post/workflow
Request body
Example request
{
"name": "In Progress",
"projectId": 4455
}Response
Created
Example response
{
"id": 4455,
"name": "In Progress",
"sort": 1,
"Project": {
"id": 4455,
"createdBy": 4455
}
}