Reply to given comment.
Add comment to its replies list.
Path parameters
-
task_id
Required -
comment_id
Required
POST
/data/tasks/{task_id}/comments/{comment_id}/reply
curl \
--request POST 'http://api.example.com/data/tasks/{task_id}/comments/{comment_id}/reply' \
--header "Authorization: $API_KEY"