PUT api/2.0/crm/settings
Sets the tenant setting for portal configuration and website contact form key specified in the request.
Name |
Description |
Type |
Example |
configured
sent in body
|
Defines if the tenant setting for portal configuration is set or not
optional
|
Bool value
|
true
|
webFormKey
sent in body
|
Website contact form key
optional
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
PUT api/2.0/crm/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"configured": null,
"webFormKey": null
}
Tenant setting for portal configuration value (true or false)