{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Teams API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/teams", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "The maximum number of items to include per page. The last page of a collection may include fewer items." }, { "name": "page[number]", "value": "", "type": "query", "description": "Determines which page of the entities to retrieve." }, { "name": "filter", "value": "", "type": "query", "description": "Filter teams returned in the response." } ] }, "docs": "Returns an array of team objects containing information about the Konnect Teams." }, { "info": { "name": "Create Team", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v3/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a team in the Konnect Organization. " }, { "info": { "name": "Get a Team", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "The team ID" } ] }, "docs": "Returns information about a team from a given team ID." }, { "info": { "name": "Update Team", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v3/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "The team ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an individual team." }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "The team ID" } ] }, "docs": "Deletes an individual team. Returns 404 if the team is not found." } ] } ], "bundled": true }