{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Portal Teams API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Portal Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/teams", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." }, { "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": "Lists the developer teams in a portal. Each team can contain any developer and developers can be part of multiple teams." }, { "info": { "name": "Create Team", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/teams", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a developer team in a portal. Developers can be added to teams to provide RBAC access to API products. Teams can be assigned roles that grant permissions to perform an action on a resource." }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "ID of the team." }, { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." } ] }, "docs": "Get an individual team." }, { "info": { "name": "Update Team", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "ID of the team." }, { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an individual developer team for a portal." }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "ID of the team." }, { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." } ] }, "docs": "Deletes a developer team from a portal. Deleting a team also deletes its assigned roles. Members of the team are not deleted, but they will lose any access provided through the team." } ] } ], "bundled": true }