{ "opencollection": "1.0.0", "info": { "name": "Doppler REST ActivityLogs Secrets API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.doppler.com/v3/configs/config/secrets", "headers": [ { "name": "accepts", "value": "" } ], "params": [ { "name": "project", "value": "", "type": "query" }, { "name": "config", "value": "", "type": "query" }, { "name": "include_dynamic_secrets", "value": "", "type": "query" }, { "name": "dynamic_secrets_ttl_sec", "value": "", "type": "query" }, { "name": "secrets", "value": "", "type": "query" }, { "name": "include_managed_secrets", "value": "", "type": "query" } ] }, "docs": "List secrets" }, { "info": { "name": "Update secrets", "type": "http" }, "http": { "method": "POST", "url": "https://api.doppler.com/v3/configs/config/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Update secrets" }, { "info": { "name": "Retrieve a secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.doppler.com/v3/configs/config/secret", "params": [ { "name": "project", "value": "", "type": "query" }, { "name": "config", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ] }, "docs": "Retrieve a secret" }, { "info": { "name": "Download secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.doppler.com/v3/configs/config/secrets/download", "params": [ { "name": "project", "value": "", "type": "query" }, { "name": "config", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Download secrets" } ] } ], "bundled": true }