Tasks

Create a new task in a project

post/task/{projectId}

Path parameters

projectIdstring required

Request body

titlestring required
descriptionstring required
dueDatestring
prioritystring required
statusstring required
userIdstring

Response

Task created successfully

{"stackTrail":"paths:/task/{projectId}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes