{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Logo API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Logo", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get logo for application from applications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/logo", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ] }, "docs": "The main logo for the application. Not nullable." }, { "info": { "name": "Microsoft Graph Update logo for application in applications", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/logo", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ] }, "docs": "The main logo for the application. Not nullable." }, { "info": { "name": "Microsoft Graph Delete logo for application in applications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/logo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ] }, "docs": "The main logo for the application. Not nullable." } ] } ], "bundled": true }