{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs API Package Specification API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "API Package Specification", "type": "folder" }, "items": [ { "info": { "name": "Get the API package computed specification", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/computed-specification", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ] }, "docs": "Fetches the computed specification of an API Package." }, { "info": { "name": "Get the API package current specification", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/current-specification", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ] }, "docs": "Fetches the current specification of an API Package." }, { "info": { "name": "Update API package current specification", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/current-specification", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the current specification of an API package.\n" }, { "info": { "name": "Delete API Package current Specification", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/api-packages/:packageId/current-specification", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The UUID API Package identifier" } ] }, "docs": "Deletes the current specification of an API Package.\n" } ] } ], "bundled": true }