update_board
Rename a board or update its description to keep project information current. This action changes board details while leaving its structure intact.
Instructions
Rename a board or change its description. Structure (columns) is changed with update_column / delete_column / reorder_columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name | |
| boardId | Yes | Board id (from list_boards / create_board) | |
| projectId | Yes | Project id (from list_projects / create_project) | |
| description | No | Free-text description |