Create a subscription entry for given task and current user.
When a user subscribes, he gets notified everytime a comment is posted on the task.
Path parameters
-
task_id
Required
POST
/actions/user/tasks/{task_id}/subscribe
curl \
--request POST 'http://api.example.com/actions/user/tasks/{task_id}/subscribe' \
--header "Authorization: $API_KEY"