PUT api/2.0/crm/settings
Sets the tenant settings specified in the request to the portal.
Name |
Description |
Type |
Example |
configured
sent in body
|
Defines if the portal is configured 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": true,
"webFormKey": "9924256A-739C-462b-AF15-E652A3B1B6EB"
}
The tenant setting for the portal configuration value (true or false)