{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Catalog Resources API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Catalog Resources", "type": "folder" }, "items": [ { "info": { "name": "Update Resource", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/resources/:resourceId", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." }, { "name": "resourceId", "value": "", "type": "path", "description": "The `id` of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a resource." }, { "info": { "name": "List Resources", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/resources", "params": [ { "name": "page", "value": "", "type": "query", "description": "Determines which page of the collection to retrieve." }, { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of resources." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of resources. Supported sort attributes are:\n - `created_at`\n - `updated_at`\n\nDefault sort is `created_at` in descending order.\n" } ] }, "docs": "Returns a paginated collection of resources." }, { "info": { "name": "Get a Resource", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/resources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the resource." } ] }, "docs": "Fetches a resource by ID." } ] } ], "bundled": true }