update_bucket
Rename a kanban column or change its task limit (0 means unlimited), preserving its position. Reads the full bucket before writing to avoid partial updates.
Instructions
Rename a column, or change how many tasks it accepts.
limit is the most tasks the column takes, and 0 means no limit. Lowering it
below the number already there is allowed: Vikunja keeps them and refuses the
next move in.
Neither API version has a partial update for a bucket. This reads the column and
writes it back whole, and a body with only a title resets limit to 0 on both
versions. There is also no endpoint for reading one bucket. The read comes from the
view's bucket list, and a bucket_id absent from that view is refused before
anything is written.
Position is preserved. To move a column, use the Vikunja web interface: this API exposes no ordering call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | ||
| view_id | No | ||
| bucket_id | Yes | ||
| project_id | Yes |