Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Update an item in a checklist on a card.

Parameters

ParameterDescription
Card IDThe ID of the Card.
Check Item IDThe ID of the checkitem.
Checklist IDThe ID of the checklist this item is in.
NameThe new name for the checklist item.
Positiontop, bottom, or a positive float.
StateOne of: complete, incomplete.

Example Output

{
	"id": "<string>",
	"name": "<string>",
	"nameData": {
		"emoji": {}
	},
	"pos": 14,
	"state": "<string>",
	"creationMethod": null,
	"due": null,
	"dueReminder": null,
	"idMember": null,
	"idChecklist": "<string>"
}

Workflow Library Example

Update Check Item on a Card with Trello and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop