{ "opencollection": "1.0.0", "info": { "name": "mabl Applications Tests API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Tests", "type": "folder" }, "items": [ { "info": { "name": "Get test metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.mabl.com/tests/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get test metadata" }, { "info": { "name": "Update test metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mabl.com/tests/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update test metadata" } ] } ], "bundled": true }