vk_post_user_9cd9a3ba4e0d
Update a user-level webhook target in Vikunja. Modify the events for an existing webhook using its ID and an optional JSON body.
Instructions
Update a user-level webhook target. Raw Vikunja REST proxy for POST /user/settings/webhooks/{id}. Update the events for a user-level webhook target. 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 | Webhook ID Required. | |
| body | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. |