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