Update board
update_boardChange a board's name or column list by passing only the fields to update; columns are reordered/renamed and the updated board is returned.
Instructions
Update a board's name or column list. Pass only the fields you want to change. Changing columns reorders/renames them. Returns the updated board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New board name | |
| columns | No | New ordered list of column names | |
| board_id | Yes | Board UUID (from list_boards or get_board) |