update_card
Partially update a card by applying a patch to only the specified fields, leaving others unchanged.
Instructions
Partially update a card — only the fields set in patch are applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| card_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| title | Yes | ||
| labels | No | ||
| archived | No | ||
| due_date | No | ||
| assignees | No | ||
| checklists | No | ||
| created_at | No | ||
| placements | No | ||
| start_date | No | ||
| updated_at | No | ||
| attachments | No | ||
| description | No |