vk_put_subscrip_4a35be590f51
Subscribe the current user to a Vikunja entity (project or task) by specifying the entity type and numeric ID. Sends a PUT request to create the subscription for the authenticated user.
Instructions
Subscribes the current user to an entity.. Raw Vikunja REST proxy for PUT /subscriptions/{entity}/{entityID}. Subscribes the current user to an entity. Pass the JSON request payload in the optional body field. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. | |
| entity | No | The entity the user subscribes to. Can be either `project` or `task`. Required. | |
| entityID | No | The numeric id of the entity to subscribe to. Required. | |
| entityId | No | The numeric id of the entity to subscribe to. Required. | |
| entity_id | No | The numeric id of the entity to subscribe to. Required. |