Hello! Is there an API in msgraph-sdk-java that allows creating a column in a document library?
Hello! Is there an API in msgraph-sdk-java that allows creating a column in a document library?
The SharePoint API in Microsoft Graph supports the following core scenarios:
• Access to SharePoint sites, lists, and drives (document libraries)
• Read-only support for site resources (no ability to create new sites)
• Read-write support for lists, listItems, and driveItems
• Address resources by SharePoint ID, URL, or relative path
Currently there is no use case and API provided to support column creation in document library.
Can you share your specific scenario for which you need column creation through an API?
In Microsoft Graph REST API Beta I see such functionality - https://docs.microsoft.com/en-us/graph/api/list-post-columns?view=graph-rest-beta
And it works fine, but when I try to create a 'Yes/No' column I cannot specify the default value...
3 people are following this question.
Microsoft Graph API - Invite endpoint returning Bad request every time
Microsoft Graph Java SDK - Unable to read shared files on Share point
Microsoft Graph Java SDK - Unable to receive shared files on One Drive as a Event
Microsoft Graph API Sharepoint upload files gives error as Unable to read JSON request payload