{ "opencollection": "1.0.0", "info": { "name": "mabl Applications Database Connections API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Database Connections", "type": "folder" }, "items": [ { "info": { "name": "Get database connections by workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.mabl.com/database-connections" }, "docs": "Get database connections by workspace" }, { "info": { "name": "Create database connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.mabl.com/database-connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create database connection" }, { "info": { "name": "Get database connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.mabl.com/database-connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get database connection" }, { "info": { "name": "Update database connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mabl.com/database-connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update database connection" }, { "info": { "name": "Remove database connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mabl.com/database-connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove database connection" } ] } ], "bundled": true }