{ "opencollection": "1.0.0", "info": { "name": "smolfleet apikeys operations API", "version": "0.1.0" }, "items": [ { "info": { "name": "operations", "type": "folder" }, "items": [ { "info": { "name": "operation_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/operations" } }, { "info": { "name": "operation_get", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/operations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Operation id" } ] } } ] } ], "bundled": true }