> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Checklist Item

> Edit a Trello checklist item.

**Update Checklist Item** renames, completes, reschedules, or repositions an
item in a Trello checklist.

## Inputs

| Input                   | Type           | Required | Description                                        |
| ----------------------- | -------------- | -------- | -------------------------------------------------- |
| **Third-party account** | Trello account | Yes      | An account with write access to the card.          |
| **Card ID or URL**      | String         | Yes      | The parent card's ID, short link, or complete URL. |
| **Item ID**             | String         | Yes      | The Trello checklist item to update.               |
| **Name**                | String         | No       | A new item name.                                   |
| **State**               | Choice         | No       | Mark the item `complete` or `incomplete`.          |
| **Position**            | Choice         | No       | Move the item to the `top` or `bottom`.            |
| **Due**                 | Date           | No       | A new item due date.                               |

Provide at least one field to update.

## Outputs

| Output      | Type   | Description                          |
| ----------- | ------ | ------------------------------------ |
| **Item**    | Object | The checklist item after the update. |
| **Item ID** | String | The updated checklist item ID.       |

The item object includes its checklist ID, name, state, completion status,
position, due date, and assigned member ID.
