skylight_update_list_item
Update an existing list item on a Skylight frame by specifying its list and item IDs, optionally changing its label, section, or completion state.
Instructions
Update a list item on a Skylight frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| itemId | Yes | ||
| listId | Yes | ||
| checked | No | true marks the item completed, false reopens it. | |
| frameId | No | ||
| section | No | Section name (null to clear). |