{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation playground_prompts API", "version": "1.1085.0" }, "items": [ { "info": { "name": "playground_prompts", "type": "folder" }, "items": [ { "info": { "name": "Create Playground Prompt", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/prompts", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Playground Prompt" }, { "info": { "name": "Update Playground Prompt", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/prompts/:prompt_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "prompt_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Playground Prompt" }, { "info": { "name": "Delete Playground Prompt", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/prompts/:prompt_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "prompt_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Playground Prompt" }, { "info": { "name": "Query Playground Prompts", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/prompts/query", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Query Playground Prompts" }, { "info": { "name": "Reorder Playground Prompts", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/prompts/reorder", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Reorder Playground Prompts" } ] } ], "bundled": true }