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?