{ "opencollection": "1.0.0", "info": { "name": "Cisco Webex Control Hub Admin AdminAuditEvents Locations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/locations", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "orgId", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" } ] }, "docs": "List locations" }, { "info": { "name": "Create a location", "type": "http" }, "http": { "method": "POST", "url": "https://webexapis.com/v1/locations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a location" }, { "info": { "name": "Get location details", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/locations/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path" } ] }, "docs": "Get location details" }, { "info": { "name": "Update a location", "type": "http" }, "http": { "method": "PUT", "url": "https://webexapis.com/v1/locations/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a location" } ] } ], "bundled": true }