【问题标题】:Microsoft Graph - add a column index to existing column in SharePoint OnlineMicrosoft Graph - 向 SharePoint Online 中的现有列添加列索引
【发布时间】:2020-07-09 21:55:39
【问题描述】:

我已使用 Microsoft Graph API 在 SharePoint Online 中创建了一个列表 - 我现在需要编辑其中一列(默认的标题列)并向其添加索引。有没有办法通过 Graph API 做到这一点?这可以通过 CSOM 实现。

【问题讨论】:

    标签: sharepoint-online


    【解决方案1】:

    我已经解决了 - 它相当简单

    补丁https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/columns/{column-id} { “索引”:“真” }

    【讨论】:

      猜你喜欢
      • 2018-08-16
      • 1970-01-01
      • 2019-08-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-01-18
      • 1970-01-01
      相关资源
      最近更新 更多