{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Map Stacks API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Map Stacks", "type": "folder" }, "items": [ { "info": { "name": "listSiteMapStacks", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/mapstacks", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query", "description": "Filter by map stack name" } ] }, "docs": "Get List of Site Map Stacks" }, { "info": { "name": "createSiteMapStack", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/mapstacks", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Site Map Stack" } ] } ], "bundled": true }