Update SharePoint List Column
sharepoint_update_columnModify SharePoint list column properties by specifying site, list, and column IDs. Update column configuration through Microsoft Graph.
Instructions
Update writable properties on a SharePoint list column. Requires Sites.Manage.All. Chinese intents / 中文意图: 修改SharePoint列, 更新列表字段, 调整清单列配置.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | SharePoint list ID. | |
| siteId | Yes | SharePoint site ID. | |
| columnId | Yes | Column ID. | |
| definition | Yes | Only the column properties to update. |