Create a subscription entry for given task and current user. When a user

POST /actions/user/tasks/{task_id}/subscribe

subscribes, he gets notified everytime a comment is posted on the task.

Path parameters

  • task_id string(uuid) Required

Responses

  • 201 application/json

    Subscription entry created

  • 404

    Task not found

POST /actions/user/tasks/{task_id}/subscribe
curl \
 --request POST 'http://api.example.com/actions/user/tasks/a24a6ea4-ce75-4665-a070-57453082c25/subscribe' \
 --header "Authorization: $API_KEY"
Response examples (201)
{}