{ "opencollection": "1.0.0", "info": { "name": "Decodable Control Plane Connections Secrets API", "version": "v1alpha2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.api.decodable.co/v1alpha2/secrets/" }, "docs": "List secrets" }, { "info": { "name": "Create a secret", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.api.decodable.co/v1alpha2/secrets/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a secret" }, { "info": { "name": "Get a secret", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.api.decodable.co/v1alpha2/secrets/:secret_id", "params": [ { "name": "secret_id", "value": "", "type": "path" } ] }, "docs": "Returns secret metadata; the secret value is not returned." }, { "info": { "name": "Update a secret", "type": "http" }, "http": { "method": "PUT", "url": "https://{account}.api.decodable.co/v1alpha2/secrets/:secret_id", "params": [ { "name": "secret_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a secret" }, { "info": { "name": "Delete a secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://{account}.api.decodable.co/v1alpha2/secrets/:secret_id", "params": [ { "name": "secret_id", "value": "", "type": "path" } ] }, "docs": "Delete a secret" } ] } ], "bundled": true }