Displays the contact form on the "Sign In" page, allowing users to send a message to the DocSpace administrator in case they encounter any issues while accessing DocSpace.
Name | Description | Type | Example |
Email
sent in body
|
string | some text | |
Message
sent in body
|
Message | string | some text |
TurnOn
sent in body
|
Specifies if the administrator messages are enabled or not | Bool value | true |
POST api/2.0/settings/messagesettings Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "Email": "some text", "Message": "some text", "TurnOn": true }
Message about the result of saving new settings