PUT api/2.0/crm/settings This function requires authentication

Description

Sets the tenant settings specified in the request to the portal.

Parameters
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
Example
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"
}
Returns

The tenant setting for the portal configuration value (true or false)