{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs RF Templates API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs RF Templates", "type": "folder" }, "items": [ { "info": { "name": "listOrgRfTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/rftemplates", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org RF Template" }, { "info": { "name": "createOrgRfTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/rftemplates", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org RF Template" }, { "info": { "name": "getOrgRfTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/rftemplates/:rftemplate_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "rftemplate_id", "value": "", "type": "path" } ] }, "docs": "Get Org RF Template Details" }, { "info": { "name": "updateOrgRfTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/rftemplates/:rftemplate_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "rftemplate_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org RF Template" }, { "info": { "name": "deleteOrgRfTemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/rftemplates/:rftemplate_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "rftemplate_id", "value": "", "type": "path" } ] }, "docs": "Delete Org RF Template" } ] } ], "bundled": true }