{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation usage_limits API", "version": "1.1085.0" }, "items": [ { "info": { "name": "usage_limits", "type": "folder" }, "items": [ { "info": { "name": "Get Usage Limits", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/usage_limits", "params": [ { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Usage Limits" }, { "info": { "name": "Update Usage Limit", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/usage_limits/:usage_limit_name", "params": [ { "name": "usage_limit_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Usage Limit" } ] } ], "bundled": true }