{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation user API", "version": "1.1085.0" }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "Bookmark Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id/bookmark", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Bookmark Project" }, { "info": { "name": "Unbookmark Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/bookmark", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Unbookmark Project" } ] } ], "bundled": true }