vk_put_kind_a908298e0dac
Add a reaction to a Vikunja task or comment by specifying entity kind, ID, and reaction payload. The API prevents duplicate reactions.
Instructions
Add a reaction to an entity. Raw Vikunja REST proxy for PUT /{kind}/{id}/reactions. Add a reaction to an entity. Will do nothing if the reaction already exists. 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 |
|---|---|---|---|
| id | No | Entity ID Required. | |
| body | Yes | The reaction you want to add to the entity. | |
| kind | No | The kind of the entity. Can be either `tasks` or `comments` for task comments Required. |