Contacts
Update contact attribute
put/contacts/attributes/{attributeCategory}/{attributeName}
Path parameters
attributeCategory'category' | 'calculated' | 'global' | 'normal' required
Category of the attribute
attributeNamestring required
Name of the existing attribute
Request body
Example request
{
"value": "COUNT[BLACKLISTED,BLACKLISTED,<,NOW()]",
"enumeration": [
{
"value": 1,
"label": "Men"
}
]
}Response
Attribute updated