{ "opencollection": "1.0.0", "info": { "name": "AI Advisor AiAdvisorDataService PackageService API", "version": "v202511" }, "request": { "auth": { "type": "apikey", "key": "X-CH-Auth-Email", "value": "{{X-CH-Auth-Email}}", "placement": "header" } }, "items": [ { "info": { "name": "PackageService", "type": "folder" }, "items": [ { "info": { "name": "List MKP packages.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mkp/v202407/packages" }, "docs": "Returns a list of MKP packages." }, { "info": { "name": "Create a package template.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/mkp/v202407/packages", "body": { "type": "json", "data": "{}" } }, "docs": "Create package from request. returns created package." }, { "info": { "name": "Get information aboout a package.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mkp/v202407/packages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns information about package specified with ID." }, { "info": { "name": "Update a package.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/mkp/v202407/packages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique system assigned identifier of the package" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update package attributes specified with id." }, { "info": { "name": "Delete a package.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/mkp/v202407/packages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes the package specified with id." } ] } ], "bundled": true }