Subscribes the current user to a shared task view.

After subscribing, the user can retrieve the tasks matching the view from `/me/taskViews/:taskViewId/tasks`. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The model to subscribe to the task view.
taskViewIdstringOptionalformat: "uuid"
The id of the task view the user subscribes to.

Response

No Content

Errors