vk_post_tasks_dfd791a4e932
Update an existing comment on a Vikunja task. Requires write access to the task. Provide the comment ID and optional JSON body with the new content via the REST API.
Instructions
Update an existing task comment. Raw Vikunja REST proxy for POST /tasks/{taskID}/comments/{commentID}. Update an existing task comment. The user doing this need to have at least write access to the task this comment belongs 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 | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. | |
| commentID | No | Comment ID Required. | |
| commentId | No | Comment ID Required. | |
| comment_id | No | Comment ID Required. |