Update Step
fizzy_update_stepUpdate a to-do step's description or completion status to mark checklist items as done or edit their details.
Instructions
Update a to-do step's description or completion status. Use this to mark steps as complete/incomplete or edit their descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New step content. Omit to keep current content unchanged. | |
| step_id | Yes | The unique step/to-do identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Steps are checklist items on cards. Step IDs are returned when creating steps or fetching card details. | |
| completed | No | Completion status. true = mark as complete/done, false = mark as incomplete/pending. Omit to keep current completion status. This is how you check off checklist items. | |
| card_number | Yes | The card number - the visible ID shown on the board (e.g., '#123'). This is different from card_id and is used for some endpoints. Card numbers are shown in the Fizzy UI and are user-friendly identifiers. | |
| 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. |