{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault KV Secrets Engine Auth Methods Secrets Config API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets Config", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault Get KV Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/secret/config" }, "docs": "Retrieve the current configuration for the KV v2 secrets engine including maximum number of versions, CAS required setting, delete version after duration, and whether the engine is enabled." }, { "info": { "name": "HashiCorp Vault Set KV Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/secret/config", "body": { "type": "json", "data": "{}" } }, "docs": "Configure backend-level settings for the KV v2 secrets engine including maximum number of secret versions to keep and whether CAS (check-and-set) is required for write operations." } ] } ], "bundled": true }