Update Board
fizzy_update_boardChange a board's name by specifying account slug and board ID. Updates board metadata only, leaving all cards and columns untouched.
Instructions
Update an existing board's name or other properties. This operation modifies board metadata but does not affect cards or columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new name of the board | |
| board_id | Yes | The unique board identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available board IDs from fizzy_get_boards. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |