{ "opencollection": "1.0.0", "info": { "name": "DoltHub Branches Operations API", "version": "v1alpha1" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "List operations created by a user", "type": "http" }, "http": { "method": "GET", "url": "https://www.dolthub.com/api/v1alpha1/users/:username/operations", "params": [ { "name": "username", "value": "", "type": "path" }, { "name": "operationType", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "List operations created by a user" } ] } ], "bundled": true }