{ "opencollection": "1.0.0", "info": { "name": "Client SDK subpackage_workspaceSecrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_workspaceSecrets", "type": "folder" }, "items": [ { "info": { "name": "Retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://predict.vellum.ai/v1/workspace-secrets/:id", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Either the Workspace Secret's ID or its unique name" } ] }, "docs": "Used to retrieve a Workspace Secret given its ID or name." }, { "info": { "name": "Partial Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://predict.vellum.ai/v1/workspace-secrets/:id", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Either the Workspace Secret's ID or its unique name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Used to update a Workspace Secret given its ID or name." } ] } ], "bundled": true }