{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs API Package Operations API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "API Package Operations", "type": "folder" }, "items": [ { "info": { "name": "List API Packages Operations", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/operations", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" }, { "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 operations in the response." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of API Packages Operations. Supported sort attributes are:\n\n\n - path\n - method\n - api_id\n - created_at\n - updated_at\n" } ] }, "docs": "List API packages operations" }, { "info": { "name": "Update API Package Operation", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/operations", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update API Package Operations" }, { "info": { "name": "Get API Packages Operation", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/operations/:operationId", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" }, { "name": "operationId", "value": "", "type": "path", "description": "The UUID API Operation identifier" } ] }, "docs": "Get API packages operation" }, { "info": { "name": "Remove API Package Operation", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/operations/:operationId", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" }, { "name": "operationId", "value": "", "type": "path", "description": "The UUID API Operation identifier" } ] }, "docs": "Remove an operation from an API package." } ] } ], "bundled": true }