POST api/2.0/settings/greetingsettings This function requires authentication

Description

Saves the greeting settings specified in the request to the current portal.

Parameters
Name Description Type Example
Title
sent in body
Tenant name string some text
Example
POST api/2.0/settings/greetingsettings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Title": "some text"
}
Returns

Message about saving greeting settings successfully