{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths emails API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "emails", "type": "folder" }, "items": [ { "info": { "name": "SendEmail", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/emails/" }, "docs": "send email" }, { "info": { "name": "GetEmailConfig", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/emails/config" }, "docs": "setup email configs" }, { "info": { "name": "UpdateEmailConfig", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/emails/config" }, "docs": "setup email configs" } ] } ], "bundled": true }