vk_post_projects_bc69e950924a
Move a task into a specified bucket within a project view. Provide the project, view, bucket IDs and the task ID in the request body to update its bucket assignment.
Instructions
Update a task bucket. Raw Vikunja REST proxy for POST /projects/{project}/views/{view}/buckets/{bucket}/tasks. Updates a task in a 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 id of the task you want to move into the bucket. | |
| view | No | Project View ID Required. | |
| bucket | No | Bucket ID Required. | |
| project | No | Project ID Required. |