Update Card Blocker
kaiten_update_card_blockerUpdate an existing blocker on a Kaiten card: edit reason, due date, or repoint to another blocking card.
Instructions
Patch an existing blocker. Updatable fields: reason, blockerCardId, dueDate, dueDateTimePresent. Cannot set released — that's a separate endpoint, use kaiten_release_card_blocker. Cannot un-release — once released:true, no API path back to released:false. Preflight verifies the blocker belongs to this card. blockerId from kaiten_list_card_blockers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID (from kaiten_search_cards) | |
| reason | No | Block reason (free text, 1-4096 chars) | |
| dueDate | No | Block deadline in ISO 8601 (YYYY-MM-DD or full datetime) | |
| blockerId | Yes | Blocker ID (from kaiten_list_card_blockers) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| blockerCardId | No | Repoint to a different blocking card ID | |
| dueDateTimePresent | No | Whether the due_date carries a time component |