POST api/2.0/settings/greetingsettings
Saves the greeting settings specified in the request to the current portal.
Name |
Description |
Type |
Example |
Title
sent in body
|
Tenant name
|
System.String
|
|
POST api/2.0/settings/greetingsettings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Title": "some text"
}
Message about saving greeting settings successfully