Reply to given comment.

POST /data/tasks/{task_id}/comments/{comment_id}/reply

Add comment to its replies list.

Path parameters

Responses

  • 200

    Reply to given comment

POST /data/tasks/{task_id}/comments/{comment_id}/reply
curl \
 -X POST http://localhost:8080/api/data/tasks/{task_id}/comments/{comment_id}/reply \
 -H "Authorization: $API_KEY"