PUT api/2.0/crm/contact/tag/settings
Updates the setting for adding tags to the contact with the parameter specified in the request.
Name |
Description |
Type |
Example |
addTagToContactGroupAuto
sent in body
|
Defines if a tag is added to the contact automatically or not
true, false or null
optional
|
Bool value
|
true
|
PUT api/2.0/crm/contact/tag/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"addTagToContactGroupAuto": true
}
Updated setting for adding tags to the contact (true, false or null)