PUT api/2.0/mail/settings/replaceMessageBody
Sets a flag that specifies whether to completely replace text of the email when inserting a template or not.
Name |
Description |
Type |
Example |
enabled
sent in body
|
Specifies whether to completely replace text of the email when inserting a template or not
|
Bool value
|
true
|
PUT api/2.0/mail/settings/replacemessagebody
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"enabled": true
}
This method doesn't return any data.