update_deck_card
Update a card's title, description, or due date in Nextcloud Deck. Provide the board, stack, and card IDs to target the specific card.
Instructions
Update an existing Deck card's title, description, or due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title (optional) | |
| cardId | Yes | Card ID | |
| boardId | Yes | Board ID | |
| dueDate | No | New due date YYYY-MM-DD, or null to clear (optional) | |
| stackId | Yes | Stack (column) ID the card currently belongs to | |
| description | No | New description (optional) |