{ "opencollection": "1.0.0", "info": { "name": "Sonatype Lifecycle Public REST Advanced Search Config Mail API", "version": "1.201.0-02" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Config Mail", "type": "folder" }, "items": [ { "info": { "name": "getConfiguration_3", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/config/mail" }, "docs": "Use this method to review the configuration for an SMTP server.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "setConfiguration_3", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/config/mail", "body": { "type": "json", "data": "{}" } }, "docs": "Use this method to configure or update an existing SMTP server configuration.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "deleteConfiguration_3", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/config/mail" }, "docs": "Use this method to disable or remove an SMTP configuration.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "testConfiguration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/config/mail/test/:recipientEmail", "params": [ { "name": "recipientEmail", "value": "", "type": "path", "description": "Enter the test recipient email address." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this method to test an SMTP configuration, without affecting the current configuration.\n\nPermissions required:Edit System Configuration and Users" } ] } ], "bundled": true }