v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

valuestring

Value of the attribute to update. Use only if the attribute's category is 'calculated' or 'global'

multiCategoryOptionsstring[]

Use this option to add multiple-choice attributes options only if the attribute's category is "normal". This option is specifically designed for updating multiple-choice attributes. For example: ["USA","INDIA"]

Example request

{
  "value": "COUNT[BLACKLISTED,BLACKLISTED,<,NOW()]",
  "enumeration": [
    {
      "value": 1,
      "label": "Men"
    }
  ]
}

Response

Attribute updated