{ "opencollection": "1.0.0", "info": { "name": "Modal Secrets API", "version": "0.1.0" }, "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.modal.com/v1/secrets" }, "docs": "List Secrets" }, { "info": { "name": "Create Secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.modal.com/v1/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create Secret" }, { "info": { "name": "Get Secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.modal.com/v1/secrets/:secret_name", "params": [ { "name": "secret_name", "value": "", "type": "path" } ] }, "docs": "Get a Secret's metadata. Values are never returned." }, { "info": { "name": "Delete Secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.modal.com/v1/secrets/:secret_name", "params": [ { "name": "secret_name", "value": "", "type": "path" } ] }, "docs": "Delete Secret" } ] } ], "bundled": true }