PUT api/2.0/crm/settings/organisation/logo
Updates the organization logo setting with the parameter specified in the request.
Name |
Description |
Type |
Example |
reset
sent in body
|
Resets the organization logo or not
|
Bool value
|
true
|
PUT api/2.0/crm/settings/organisation/logo
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"reset": true
}