{ "opencollection": "1.0.0", "info": { "name": "Boomi DataHub Atoms Sources API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Boomi List sources", "type": "http" }, "http": { "method": "GET", "url": "https://mdh.boomi.com/mdh/repositories/:repositoryId/sources", "params": [ { "name": "repositoryId", "value": "", "type": "path", "description": "Unique identifier of the DataHub repository." } ] }, "docs": "Returns all data sources configured within a specific repository." }, { "info": { "name": "Boomi Create a source", "type": "http" }, "http": { "method": "POST", "url": "https://mdh.boomi.com/mdh/repositories/:repositoryId/sources", "params": [ { "name": "repositoryId", "value": "", "type": "path", "description": "Unique identifier of the DataHub repository." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new data source within the repository representing a system that contributes records to the master data hub." } ] } ], "bundled": true }