{ "opencollection": "1.0.0", "info": { "name": "Apache APISIX Admin Consumer Groups Secrets API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "Apache APISIX Get a Secret", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:9180/apisix/admin/secrets/:secret_manager/:secret_id", "params": [ { "name": "secret_manager", "value": "", "type": "path", "description": "The secret manager type (e.g. vault, aws)." }, { "name": "secret_id", "value": "", "type": "path", "description": "Unique identifier of the secret." } ] }, "docs": "Fetches the specified secret resource from the given secret manager." }, { "info": { "name": "Apache APISIX Create or Update a Secret", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1:9180/apisix/admin/secrets/:secret_manager/:secret_id", "params": [ { "name": "secret_manager", "value": "", "type": "path", "description": "The secret manager type (e.g. vault, aws)." }, { "name": "secret_id", "value": "", "type": "path", "description": "Unique identifier of the secret." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a secret with the specified ID in the given manager, or updates it if it already exists." }, { "info": { "name": "Apache APISIX Patch a Secret", "type": "http" }, "http": { "method": "PATCH", "url": "http://127.0.0.1:9180/apisix/admin/secrets/:secret_manager/:secret_id", "params": [ { "name": "secret_manager", "value": "", "type": "path", "description": "The secret manager type (e.g. vault, aws)." }, { "name": "secret_id", "value": "", "type": "path", "description": "Unique identifier of the secret." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates partial attributes of the specified secret." }, { "info": { "name": "Apache APISIX Delete a Secret", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1:9180/apisix/admin/secrets/:secret_manager/:secret_id", "params": [ { "name": "secret_manager", "value": "", "type": "path", "description": "The secret manager type (e.g. vault, aws)." }, { "name": "secret_id", "value": "", "type": "path", "description": "Unique identifier of the secret." } ] }, "docs": "Removes the specified secret resource." } ] } ], "bundled": true }