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": "<string>",
	"name": "<string>",
	"idBoard": "<string>",
	"idCard": "<string>",
	"pos": 29083,
	"checkItems": [
		{
			"id": "<string>",
			"name": "<string>",
			"nameData": {
				"emoji": {}
			},
			"pos": 10983,
			"state": "<string>",
			"due": null,
			"dueReminder": null,
			"idMember": null,
			"idChecklist": "<string>"
		}
	]
}

Workflow Library Example

Update Checklist with Trello and Send Results Via Email

Preview this Workflow on desktop