Create a new comment for given task.
It requires a text, a task_status and a person as arguments. This way, comments keep history of status changes. When the comment is created, it updates the task status with given task status.
Path parameters
-
task_id Required
POST /actions/tasks/{task_id}/comment
curl \
-X POST http://api.example.com/actions/tasks/{task_id}/comment