{ "opencollection": "1.0.0", "info": { "name": "Cisco Webex Platform API (Collaboration Hybrid Solutions) Devices Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/teams", "params": [ { "name": "max", "value": "", "type": "query" } ] }, "docs": "List teams" }, { "info": { "name": "Create a team", "type": "http" }, "http": { "method": "POST", "url": "https://webexapis.com/v1/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Create a team" }, { "info": { "name": "Get team details", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path" } ] }, "docs": "Get team details" }, { "info": { "name": "Update a team", "type": "http" }, "http": { "method": "PUT", "url": "https://webexapis.com/v1/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a team" }, { "info": { "name": "Delete a team", "type": "http" }, "http": { "method": "DELETE", "url": "https://webexapis.com/v1/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path" } ] }, "docs": "Delete a team" } ] } ], "bundled": true }