{ "opencollection": "1.0.0", "info": { "name": "Scalr Account Acl Roles Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "GET /{accountId}/teams/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/teams/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "List all the Teams in this account." }, { "info": { "name": "POST /{accountId}/teams/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:accountId/teams/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "Creates a new Team in the Account." }, { "info": { "name": "GET /{accountId}/teams/{teamId}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/teams/:teamId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "teamId", "value": "", "type": "path", "description": "The ID of a Team object." } ] }, "docs": "Retrieve detailed information about a given Team." }, { "info": { "name": "PATCH /{accountId}/teams/{teamId}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:accountId/teams/:teamId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "teamId", "value": "", "type": "path", "description": "The ID of a Team object." } ] }, "docs": "Update the attributes of the specified Team." }, { "info": { "name": "DELETE /{accountId}/teams/{teamId}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:accountId/teams/:teamId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "teamId", "value": "", "type": "path", "description": "The ID of a Team object." } ] }, "docs": "Delete a Team from this Account." } ] } ], "bundled": true }