APIv3-java-library/docs/UpdateAttribute.md at master · mig-visiblee/APIv3-java-library · GitHub
Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 649 Bytes

File metadata and controls

11 lines (6 loc) · 649 Bytes

UpdateAttribute

Properties

Name Type Description Notes
value String 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 &quot;category&quot;. For example, [{'value':1, 'label':'male'}, {'value':2, 'label':'female'}] [optional]