Actions
Update Check Item On A Card
Update an item in a checklist on a card.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Card ID | The ID of the Card. |
| Check Item ID | The ID of the checkitem. |
| Checklist ID | The ID of the checklist this item is in. |
| Name | The new name for the checklist item. |
| Position | top, bottom, or a positive float. |
| State | One of: complete, incomplete. |
{
"id": "<string>",
"name": "<string>",
"nameData": {
"emoji": {}
},
"pos": 14,
"state": "<string>",
"creationMethod": null,
"due": null,
"dueReminder": null,
"idMember": null,
"idChecklist": "<string>"
}
Was this page helpful?