Update Column
fizzy_update_columnUpdate a workflow column's name or color to refine project stages or improve visual organization, without affecting existing cards.
Instructions
Update a workflow column's name or color. Use this to refine your workflow stages or improve visual organization. This does not affect cards in the column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The new name of the column | |
| color | No | Visual color for the workflow column. Available colors: blue (default), gray (neutral), tan (warm), yellow (attention), lime (success), aqua (info), violet (creative), purple (priority), pink (highlight). Colors help visually organize and distinguish workflow stages. | |
| board_id | Yes | The unique board identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available board IDs from fizzy_get_boards. | |
| column_id | Yes | The unique column identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Columns represent workflow stages. Get available column IDs from fizzy_get_columns. | |
| 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. |