{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs API API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "API", "type": "folder" }, "items": [ { "info": { "name": "List APIs", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/apis", "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 APIs in the response." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of APIs. Supported sort attributes are:\n - name\n - version\n - created_at\n - updated_at\n" } ] }, "docs": "Returns a collection of all APIs." }, { "info": { "name": "Create API", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v3/apis", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an API." }, { "info": { "name": "Get an API", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" } ] }, "docs": "Get an API." }, { "info": { "name": "Update API", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" }, { "name": "force", "value": "", "type": "query", "description": "If true, allows operations to be removed from the current version when using access control enforcement.\nIf false, operations removal will be rejected with a 409 error.\nOmitting the value means true.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an API." }, { "info": { "name": "Delete API", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" } ] }, "docs": "Deletes an API." } ] } ], "bundled": true }