Update Card
Update a card.
Parameters
Parameter | Description |
---|---|
Address | For use with/by the Map View. |
Attachment Cover ID | The ID of the image attachment the card should use as its cover, or null for none. |
Board ID | The ID of the board the card should be on. |
Card ID | The ID of the Card. |
Closed | Whether the card should be archived (closed: true). |
Coordinates | For use with/by the Map View. Should be latitude,longitude. |
Cover | Updated the card's cover. |
Description | The new description for the card. |
Due | When the card is due, or null . |
Due Complete | Whether the due date should be marked complete. |
Label IDs | Comma-separated list of label IDs. |
List ID | The ID of the list the card should be in. |
Location Name | For use with/by the Map View. |
Members IDs | Comma-separated list of member IDs. |
Name | The new name for the card. |
Position | The position of the card in its list. top , bottom , or a positive float. |
Start | The start date of a card, or null . |
Subscribed | Whether the member is should be subscribed to the card. |
Example Output
{
"id": "6376116f19cb6d0015e43db0",
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 2,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": "2022-11-27T00:00:00.000Z",
"dueComplete": false,
"start": "2022-11-17T00:00:00.000Z"
},
"checkItemStates": [],
"closed": false,
"dueComplete": false,
"dateLastActivity": "2022-11-17T12:04:57.709Z",
"desc": "The is a new description from 1668686695918",
"descData": {
"emoji": {}
},
"due": "2022-11-27T00:00:00.000Z",
"dueReminder": null,
"email": null,
"idBoard": "63760f3d82711b01fbeea742",
"idChecklists": [
"63761706cda34601bee5af0e"
],
"idList": "63760f3d82711b01fbeea749",
"idMembers": [],
"idMembersVoted": [],
"idShort": 2,
"idAttachmentCover": null,
"labels": [],
"idLabels": [],
"manualCoverAttachment": false,
"name": "Test1",
"pos": 32767.5,
"shortLink": "IYqd8yXu",
"shortUrl": "https://trello.com/c/IYqd8yXu",
"start": "2022-11-17T00:00:00.000Z",
"subscribed": false,
"url": "https://trello.com/c/IYqd8yXu/2-test1",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null
}
Workflow Library Example
Update Card with Trello and Send Results Via Email
Preview this Workflow on desktop