{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies playground-settings API", "version": "0.1.0" }, "items": [ { "info": { "name": "playground-settings", "type": "folder" }, "items": [ { "info": { "name": "List Playground Settings", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/playground-settings", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get all playground settings for this tenant id." }, { "info": { "name": "Create Playground Settings", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/playground-settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create playground settings." }, { "info": { "name": "Get Playground Settings", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/playground-settings/:playground_settings_id", "params": [ { "name": "playground_settings_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get a single playground settings by ID." }, { "info": { "name": "Update Playground Settings", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/playground-settings/:playground_settings_id", "params": [ { "name": "playground_settings_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Update playground settings." }, { "info": { "name": "Delete Playground Settings", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/playground-settings/:playground_settings_id", "params": [ { "name": "playground_settings_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Delete playground settings." } ] } ], "bundled": true }