{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs API Packages API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "API Packages", "type": "folder" }, "items": [ { "info": { "name": "List API Packages", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages", "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": "Filters API Packages in the response." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of API Packages. Supported sort attributes are:\n - name\n - version\n - created_at\n - updated_at\n" } ] }, "docs": "List API packages" }, { "info": { "name": "Create API Package", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a package of APIs.\nAn API package is a collection of APIs that can be used to group related APIs together.\n" }, { "info": { "name": "Get API Package", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ] }, "docs": "Get details of a specific API package." }, { "info": { "name": "Patch API Package", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing API package.\nYou can modify the name, description and version of the API Package.\n" }, { "info": { "name": "Delete API Package", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ] }, "docs": "Deletes an API package." } ] } ], "bundled": true }