Subscribes the current user to a shared task view.

Subscribes the user to a shared task view. Afterwards the user can retrieve the matching tasks from /me/taskViews/id/tasks. <Check title="Required Permissions">Any authenticated user.</Check>

Headers

AuthorizationstringRequired

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

Request

The model for the subscription business operation.
taskViewIdstringOptionalformat: "uuid"
The id of the task view the user subscribes to.

Response

No Content