vk_post_tasks_d0b27e4f6b1a
Marks a Vikunja task as read for the current user by clearing its unread status. Use it to update task read state via the REST API.
Instructions
Mark a task as read. Raw Vikunja REST proxy for POST /tasks/{projecttask}/read. Marks a task as read for the current user by removing the unread status entry. 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. | |
| projecttask | No | Task ID Required. |