{ "opencollection": "1.0.0", "info": { "name": "Autodesk Fusion Operations (Prodsmart) API v1 Authorization Machines API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Machines", "type": "folder" }, "items": [ { "info": { "name": "Update machine counter", "type": "http" }, "http": { "method": "POST", "url": "https://fusionoperations.autodesk.com/api/v1/machines/:id/counter", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update machine counter" }, { "info": { "name": "Update machine downtime", "type": "http" }, "http": { "method": "POST", "url": "https://fusionoperations.autodesk.com/api/v1/machines/:id/downtime", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update machine downtime" } ] } ], "bundled": true }