{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Shares.permission API", "version": "1.0.0" }, "items": [ { "info": { "name": "Shares.permission", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get permission from shares", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/permission", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Used to access the permission representing the underlying sharing link" }, { "info": { "name": "Microsoft Graph Update the navigation property permission in shares", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/permission", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property permission in shares" }, { "info": { "name": "Microsoft Graph Delete navigation property permission for shares", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/permission", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ] }, "docs": "Microsoft Graph Delete navigation property permission for shares" }, { "info": { "name": "Microsoft Graph Invoke action grant", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/shares/:sharedDriveItem-id/permission/grant", "params": [ { "name": "sharedDriveItem-id", "value": "", "type": "path", "description": "The unique identifier of sharedDriveItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Grant users access to a link represented by a permission." } ] } ], "bundled": true }