update_cards
Modify card properties in Codecks project management, including status, priority, effort, deck, title, content, milestone, hero, owner, tags, and documentation status.
Instructions
Update card properties. Doc cards: only owner/tags/milestone/deck/title/content/hero.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ids | Yes | Full 36-char UUIDs | |
| status | No | ||
| priority | No | ||
| effort | No | Integer string, or 'null' to clear | |
| deck | No | ||
| title | No | Single card only | |
| content | No | ||
| milestone | No | Name, or 'none' to clear | |
| hero | No | Parent card UUID, or 'none' to detach | |
| owner | No | Name, or 'none' to unassign | |
| tags | No | Comma-separated, or 'none' to clear | |
| doc | No | ||
| continue_on_error | No |