{ "opencollection": "1.0.0", "info": { "name": "Apache APISIX Admin Consumer Groups Plugin Configs API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Plugin Configs", "type": "folder" }, "items": [ { "info": { "name": "Apache APISIX List All Plugin Configs", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:9180/apisix/admin/plugin_configs" }, "docs": "Fetches a list of all configured plugin config resources." }, { "info": { "name": "Apache APISIX Get a Plugin Config", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:9180/apisix/admin/plugin_configs/:config_id", "params": [ { "name": "config_id", "value": "", "type": "path", "description": "Unique identifier of the plugin config." } ] }, "docs": "Fetches the specified plugin config by its ID." }, { "info": { "name": "Apache APISIX Create or Update a Plugin Config", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1:9180/apisix/admin/plugin_configs/:config_id", "params": [ { "name": "config_id", "value": "", "type": "path", "description": "Unique identifier of the plugin config." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a plugin config with the specified ID, or updates it if it already exists." }, { "info": { "name": "Apache APISIX Patch a Plugin Config", "type": "http" }, "http": { "method": "PATCH", "url": "http://127.0.0.1:9180/apisix/admin/plugin_configs/:config_id", "params": [ { "name": "config_id", "value": "", "type": "path", "description": "Unique identifier of the plugin config." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates partial attributes of the specified plugin config." }, { "info": { "name": "Apache APISIX Delete a Plugin Config", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1:9180/apisix/admin/plugin_configs/:config_id", "params": [ { "name": "config_id", "value": "", "type": "path", "description": "Unique identifier of the plugin config." } ] }, "docs": "Removes the specified plugin config." } ] } ], "bundled": true }