{ "opencollection": "1.0.0", "info": { "name": "Mist Admins MSPs Logo API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "MSPs Logo", "type": "folder" }, "items": [ { "info": { "name": "postMspLogo", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/msps/:msp_id/logo", "params": [ { "name": "msp_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload Logo (only for advanced msp tier)" }, { "info": { "name": "deleteMspLogo", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/msps/:msp_id/logo", "params": [ { "name": "msp_id", "value": "", "type": "path" } ] }, "docs": "Delete MSP Logo" } ] } ], "bundled": true }