vk_put_projects_e1453aec58d3
Create a new kanban bucket on a Vikunja project view by sending a PUT request with project and view IDs, and bucket details in the body.
Instructions
Create a new bucket. Raw Vikunja REST proxy for PUT /projects/{id}/views/{view}/buckets. Creates a new kanban bucket on 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 bucket object | |
| view | No | Project view ID Required. |