move_column
Reorder a column in your Kanboard project by providing column ID and 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). 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). |