vk_put_tasks_8a9c7a6241a6
Create a new comment on a Vikunja task. Requires write access to the task to succeed.
Instructions
Create a new task comment. Raw Vikunja REST proxy for PUT /tasks/{taskID}/comments. Create a new task comment. The user doing this need to have at least write access to the task this comment should belong to. 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 | Yes | The task comment object | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. |