{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Admin.edge API", "version": "1.0.0" }, "items": [ { "info": { "name": "Admin.edge", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get edge from admin", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A container for Microsoft Edge resources. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property edge in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/edge", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property edge in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property edge for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/edge", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property edge for admin" }, { "info": { "name": "Microsoft Graph Get internetExplorerMode from admin", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A container for Internet Explorer mode resources." }, { "info": { "name": "Microsoft Graph Update the navigation property internetExplorerMode in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property internetExplorerMode in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property internetExplorerMode for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property internetExplorerMode for admin" }, { "info": { "name": "Microsoft Graph List browserSiteLists", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the browserSiteList objects and their properties." }, { "info": { "name": "Microsoft Graph Create browserSiteList", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new browserSiteList object to support Internet Explorer mode." }, { "info": { "name": "Microsoft Graph Get browserSiteList", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a browserSiteList that contains browserSite and browserSharedCookie resources." }, { "info": { "name": "Microsoft Graph Update browserSiteList", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a browserSiteList object." }, { "info": { "name": "Microsoft Graph Delete browserSiteList", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" } ] }, "docs": "Delete a browserSiteList object." }, { "info": { "name": "Microsoft Graph Invoke action publish", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/publish", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Publish the specified browserSiteList for devices to download." }, { "info": { "name": "Microsoft Graph List browserSharedCookies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sharedCookies", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the browserSharedCookie objects and their properties." }, { "info": { "name": "Microsoft Graph Create browserSharedCookie", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sharedCookies", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new browserSharedCookie object in a browserSiteList." }, { "info": { "name": "Microsoft Graph Get browserSharedCookie", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sharedCookies/:browserSharedCookie-id", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "browserSharedCookie-id", "value": "", "type": "path", "description": "The unique identifier of browserSharedCookie" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode." }, { "info": { "name": "Microsoft Graph Update browserSharedCookie", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sharedCookies/:browserSharedCookie-id", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "browserSharedCookie-id", "value": "", "type": "path", "description": "The unique identifier of browserSharedCookie" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a browserSharedCookie object." }, { "info": { "name": "Microsoft Graph Delete browserSharedCookie", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sharedCookies/:browserSharedCookie-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "browserSharedCookie-id", "value": "", "type": "path", "description": "The unique identifier of browserSharedCookie" } ] }, "docs": "Delete a browserSharedCookie from a browserSiteList." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sharedCookies/$count", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List browserSites", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sites", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the browserSite objects and their properties." }, { "info": { "name": "Microsoft Graph Create browserSite", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sites", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new browserSite object in a browserSiteList." }, { "info": { "name": "Microsoft Graph Get browserSite", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sites/:browserSite-id", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "browserSite-id", "value": "", "type": "path", "description": "The unique identifier of browserSite" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a browserSite that resides on a browserSiteList." }, { "info": { "name": "Microsoft Graph Update browserSite", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sites/:browserSite-id", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "browserSite-id", "value": "", "type": "path", "description": "The unique identifier of browserSite" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a browserSite object." }, { "info": { "name": "Microsoft Graph Delete browserSite", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sites/:browserSite-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "browserSite-id", "value": "", "type": "path", "description": "The unique identifier of browserSite" } ] }, "docs": "Delete a browserSite from a browserSiteList." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/:browserSiteList-id/sites/$count", "params": [ { "name": "browserSiteList-id", "value": "", "type": "path", "description": "The unique identifier of browserSiteList" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }