PUT api/2.0/crm/settings/organisation/base
Updates a company name with the one specified in the request.
Name |
Description |
Type |
Example |
companyName
sent in body
|
New company name
|
string
|
some text
|
PUT api/2.0/crm/settings/organisation/base
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"companyName": "some text"
}