{ "opencollection": "1.0.0", "info": { "name": "Boomi DataHub Atoms Components API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Components", "type": "folder" }, "items": [ { "info": { "name": "Boomi Create a packaged component", "type": "http" }, "http": { "method": "POST", "url": "https://mdh.boomi.com/mdh/PackagedComponent", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a packaged version of a Boomi component (process, connector, etc.) that can be deployed to environments." }, { "info": { "name": "Boomi Get a packaged component", "type": "http" }, "http": { "method": "GET", "url": "https://mdh.boomi.com/mdh/PackagedComponent/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the platform object." } ] }, "docs": "Retrieves the details of a specific packaged component by its ID." } ] } ], "bundled": true }