{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Audit Logs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get auditLogs", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/auditLogs", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Performs GET operation on /auditLogs" }, { "info": { "name": "Microsoft Graph Update auditLogs", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/auditLogs", "body": { "type": "json", "data": "{}" } }, "docs": "Performs PATCH operation on /auditLogs" } ] } ], "bundled": true }