update_board
Update a board's title, description, access level, and configuration. Specify the board ID and optional workspace or sub-space context.
Instructions
Update a board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| extra | No | Free-form board configuration (merged into `_config`). | |
| title | No | ||
| access | No | 0=PRIVATE, 1=PROTECTED, 2=PUBLIC. | |
| board_id | Yes | Board UUID or slug. | |
| description | No | ||
| Organization | No | Workspace (organization) ID the request is scoped to. |