vk_post_notifica_c728b00fdf22
Mark a Vikunja notification as read or unread by its ID. Use the optional body to specify the desired status for your own notifications.
Instructions
Mark a notification as (un-)read. Raw Vikunja REST proxy for POST /notifications/{id}. Marks a notification as either read or unread. A user can only mark their own notifications as read. 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 | Notification ID Required. | |
| body | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. |