vk_put_projects_8e01c442b6a8
Create a webhook target for a Vikunja project to receive POST notifications about project events. Specify the project ID and webhook details in the request body.
Instructions
Create a webhook target. Raw Vikunja REST proxy for PUT /projects/{id}/webhooks. Create a webhook target which receives POST requests about specified events from a project. 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 | Yes | The webhook target object with required fields |