vk_post_projects_ea031ad60f34
Change which events a project webhook triggers. Provide project and webhook IDs and the new event list in the request body.
Instructions
Change a webhook target's events.. Raw Vikunja REST proxy for POST /projects/{id}/webhooks/{webhookID}. Change a webhook target's events. You cannot change other values of a webhook. 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 | Project ID Required. | |
| body | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. | |
| webhookID | No | Webhook ID Required. | |
| webhookId | No | Webhook ID Required. | |
| webhook_id | No | Webhook ID Required. |