Update a card
update_cardUpdate card details, move to another list, archive, set due dates, or change cover image.
Instructions
Update a card. Use idList to MOVE the card to another list, closed=true to ARCHIVE it, due/dueComplete for due dates, and idAttachmentCover to set an existing image attachment as the card's cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Card id | |
| due | No | Due date as ISO 8601, or empty string to clear | |
| pos | No | Position: "top", "bottom", or a positive number | |
| desc | No | New card description (markdown) | |
| name | No | New card name/title | |
| closed | No | true to archive the card | |
| idList | No | Move the card to this list id | |
| dueComplete | No | Mark the due date done | |
| idAttachmentCover | No | Id of an image attachment on this card to use as its cover (empty string clears the cover) |