update_column
Update a kanban column's title, type, position, or WIP limit on a Kaiten board by specifying the board and column IDs.
Instructions
Update a column's title, type, position, or WIP limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Column type: 1 - queue, 2 - in progress, 3 - done | |
| title | No | New title | |
| board_id | Yes | Board ID | |
| column_id | Yes | Column ID | |
| wip_limit | No | WIP limit | |
| sort_order | No | Position |