{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Settings API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Get security settings", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/security/settings" }, "docs": "Get security settings" }, { "info": { "name": "Get security setting by key", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/security/settings/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The settings key" } ] }, "docs": "Get security setting by key" }, { "info": { "name": "Update security setting by key", "type": "http" }, "http": { "method": "PUT", "url": "https://app.run.ai/api/v1/security/settings/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The settings key" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update security setting by key" } ] } ], "bundled": true }