Skip to main content

Update Checklist

Update an existing checklist.

Parameters

ParameterDescription
Checklist IDID of a checklist.
NameName of the new checklist being created. Should be length of 1 to 16384.
PositionDetermines the position of the checklist on the card. One of: top, bottom, or a positive number.

Example Output

{
"id": "63761706cda34601bee5af0e",
"name": "This is a new name 1668686961175",
"idBoard": "63760f3d82711b01fbeea742",
"idCard": "6376116f19cb6d0015e43db0",
"pos": 16384,
"checkItems": [
{
"id": "63761709047af800f4fa473a",
"name": "blah2",
"nameData": {
"emoji": {}
},
"pos": 16640.5,
"due": null,
"dueReminder": null,
"idMember": null,
"idChecklist": "63761706cda34601bee5af0e",
"state": "incomplete"
},
{
"id": "6376170afb2efb0015082cec",
"name": "rwevf",
"nameData": {
"emoji": {}
},
"pos": 50552,
"due": null,
"dueReminder": null,
"idMember": null,
"idChecklist": "63761706cda34601bee5af0e",
"state": "incomplete"
}
]
}

Workflow Library Example

Update Checklist with Trello and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop