Task
Create Task
Create a new task in the Project
POST
Creates a new task within the project specified by the provided projectId
.
Upon successful creation of the task, notifications are sent to the users
listed in the taskUsers
.
Authorizations
Body
application/json
Task to add to the project
The body is of type object
.
Response
200
application/json
task response
The response is of type object
.