PUT api/2.0/settings/tips
Updates the tip settings with a parameter specified in the request.
Name |
Description |
Type |
Example |
show
sent in body
|
Specifies whether to show tips for the user or not
|
Bool value
|
true
|
PUT api/2.0/settings/tips
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"show": true
}
application/json
{
"status": 0,
"response": {
"Show": true
}
}
text/xml
<result>
<status>0</status>
<response>
<Show>True</Show>
</response>
</result>