vk_post_projects_4bd6e2576c36
Update a kanban bucket in a Vikunja project view. Provide the bucket ID and the updated bucket object in the request body to change its details.
Instructions
Update an existing bucket. Raw Vikunja REST proxy for POST /projects/{projectID}/views/{view}/buckets/{bucketID}. Updates an existing kanban bucket. 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 |
|---|---|---|---|
| body | Yes | The bucket object | |
| view | No | Project view ID Required. | |
| bucketID | No | Bucket Id Required. | |
| bucketId | No | Bucket Id Required. | |
| bucket_id | No | Bucket Id Required. | |
| projectID | No | Project Id Required. | |
| projectId | No | Project Id Required. | |
| project_id | No | Project Id Required. |