update_list_item
Update an existing SharePoint list item by providing the list ID, item ID, and field values to modify.
Instructions
Update an existing item in a SharePoint list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | No | SharePoint site ID | |
| site | No | Known SharePoint site alias or canonical URL | |
| siteUrl | No | Canonical SharePoint site URL | |
| listId | Yes | SharePoint list ID | |
| itemId | Yes | List item ID to update | |
| fields | Yes | Field values to update (key-value pairs) |