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
|
Shows tips for the user
|
Bool value
|
true
|
PUT api/2.0/settings/tips
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"show": true
}