{ "opencollection": "1.0.0", "info": { "name": "Open Liberty APIs Applications Repositories API", "version": "24.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "List Shared Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/repository/config" }, "docs": "Returns a list of shared configurations in the collective repository." }, { "info": { "name": "Create a Shared Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:9443/repository/config", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new shared configuration in the repository." } ] } ], "bundled": true }