update_board
Rename a board or update its description in a project. Provide the project ID and board ID, then set the new name or description to apply changes.
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 | ||
| boardId | Yes | ||
| projectId | Yes | ||
| description | No |