POST api/2.0/mail/display_images/address
Adds an image address specified in the request to the list of trusted image addresses.
Name |
Description |
Type |
Example |
address
sent in body
|
Image address
|
string
|
some text
|
POST api/2.0/mail/display_images/address
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"address": "some text"
}