Name | Type | Description | Notes |
---|---|---|---|
value | str | Value of the attribute to update. Use only if the attribute's category is 'calculated' or 'global' | [optional] |
enumeration | list[UpdateAttributeEnumeration] | List of the values and labels that the attribute can take. Use only if the attribute's category is "category". For example, `[{"value":1, "label":"male"}, {"value":2, "label":"female"}]` | [optional] |