All URIs are relative to https://<CONFLUENCE_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
getMailServerPop | GET /mail-server/pop | Get the default POP mail server |
getMailServerSmtp | GET /mail-server/smtp | Get the default SMTP mail server |
setMailServerPop | PUT /mail-server/pop | Set the default POP mail server |
setMailServerSmtp | PUT /mail-server/smtp | Set the default SMTP mail server |
MailServerPopBean getMailServerPop()
Get the default POP mail server
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
MailServerSmtpBean getMailServerSmtp()
Get the default SMTP mail server
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
MailServerPopBean setMailServerPop(MailServerPopBean)
Set the default POP mail server
Name | Type | Description | Notes |
---|---|---|---|
MailServerPopBean | MailServerPopBean |
- Content-Type: application/json
- Accept: application/json
MailServerSmtpBean setMailServerSmtp(MailServerSmtpBean)
Set the default SMTP mail server
Name | Type | Description | Notes |
---|---|---|---|
MailServerSmtpBean | MailServerSmtpBean |
- Content-Type: application/json
- Accept: application/json