{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications(app Id='{app Id}') API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications(app Id='{app Id}')", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get application", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications(appId=':appId')", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Alternate key of application" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of an application object." }, { "info": { "name": "Microsoft Graph Upsert application", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/applications(appId=':appId')", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Alternate key of application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application object if it doesn't exist, or update the properties of an existing application object." }, { "info": { "name": "Microsoft Graph Delete application", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications(appId=':appId')", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "Alternate key of application" } ] }, "docs": "Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted." } ] } ], "bundled": true }