move_column
Reorder a column on a Kanboard board by specifying its ID and the new 1-based position.
Instructions
Reorder a column on the Kanboard project board. Provide column_id and the new 1-based position (required — no default). Only ordering changes — to rename a column or change its WIP limit use update_column. Returns { ok: true, column_id, position } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column_id | Yes | Column id to move (required). | |
| position | Yes | New 1-based position within the project board (required). |