update_card
Modify a Kaiten card's title, description, owner, due date, ASAP flag, or size estimate to keep project boards accurate.
Instructions
Update card fields: title, description, owner, due date, ASAP flag, size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asap | No | Mark as ASAP/expedite | |
| title | No | New title | |
| card_id | Yes | Card ID to update | |
| due_date | No | Due date in ISO 8601 (e.g. 2026-12-31T23:59:59.000Z) | |
| owner_id | No | New owner user ID | |
| size_text | No | Card size estimate (free text) | |
| description | No | New description (Markdown) |