Create task.
Create new workflow task.
Created
Bad Request
Unauthorized
Internal Server Error
{- "owner": "admin",
- "summary": "Summary for the task",
- "priority": "MEDIUM",
- "type": "MISCELLANEOUS",
- "details": "Details of the task"
}
Return tasks associated with the search term.
OK
Bad Request
Unauthorized
Internal Server Error
Update task.
Update existing workflow task.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "summary": "Summary for the task",
- "priority": "MEDIUM",
- "details": "Details of the task"
}