{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin SharePoint API", "version": "1.0.0" }, "items": [ { "info": { "name": "SharePoint", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get SharePoint settings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/sharepoint" }, "docs": "Retrieve the SharePoint administration settings." }, { "info": { "name": "Microsoft Graph Update SharePoint settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/sharepoint", "body": { "type": "json", "data": "{}" } }, "docs": "Update the SharePoint administration settings." } ] } ], "bundled": true }