{ "opencollection": "1.0.0", "info": { "name": "Portkey Analytics > Graphs Configs API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Configs", "type": "folder" }, "items": [ { "info": { "name": "List all configs", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/configs" }, "docs": "List all configs" }, { "info": { "name": "Create a config", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/configs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a config" }, { "info": { "name": "Get a config", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/configs/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get a config" }, { "info": { "name": "Update a config", "type": "http" }, "http": { "method": "PUT", "url": "https://api.portkey.ai/v1/configs/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a config" }, { "info": { "name": "Delete a config", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.portkey.ai/v1/configs/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Delete a config" }, { "info": { "name": "List versions for a config", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/configs/:slug/versions", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "List versions for a config" } ] } ], "bundled": true }