Update Column
update_columnRename, reorder, recolor or move an existing kanban column. Requires the column id (from list_tasks). Pass title, sort, lane and/or color to change them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lane | No | Row index for multi-row layouts. | |
| sort | No | Float ordering key (ascending). | |
| color | No | Title color: 'red', 'blue', 'green', or 'auto' (default). | |
| title | No | ||
| author | No | Author tag, defaults to ai:claude. | |
| board_id | Yes | ||
| access_key | No | 8-character lowercase alphanumeric board access key when the board is locked (legacy 6-character lowercase alphanumeric keys are also accepted). Equivalent to setting the `X-Board-Key` HTTP header on the JSON-RPC POST. Omit for unlocked boards. Obtain via POST /api/boards/<id>/lock. |