{ "opencollection": "1.0.0", "info": { "name": "Complete InfluxDB Cloud Authorizations (API tokens) Authorizations (API tokens) Secrets API" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List all secret keys for an organization", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/orgs/:orgID/secrets", "headers": [ { "name": "Zap-Trace-Span", "value": "[object Object]" } ], "params": [ { "name": "orgID", "value": "", "type": "path", "description": "The organization ID." } ] }, "docs": "List all secret keys for an organization" }, { "info": { "name": "Update secrets in an organization", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v2/orgs/:orgID/secrets", "headers": [ { "name": "Zap-Trace-Span", "value": "[object Object]" } ], "params": [ { "name": "orgID", "value": "", "type": "path", "description": "The organization ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update secrets in an organization" }, { "info": { "name": "Delete a secret from an organization", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v2/orgs/:orgID/secrets/:secretID", "headers": [ { "name": "Zap-Trace-Span", "value": "[object Object]" } ], "params": [ { "name": "orgID", "value": "", "type": "path", "description": "The organization ID." }, { "name": "secretID", "value": "", "type": "path", "description": "The secret ID." } ] }, "docs": "Delete a secret from an organization" }, { "info": { "name": "Delete secrets from an organization", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/orgs/:orgID/secrets/delete", "headers": [ { "name": "Zap-Trace-Span", "value": "[object Object]" } ], "params": [ { "name": "orgID", "value": "", "type": "path", "description": "The organization ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete secrets from an organization" } ] } ], "bundled": true }