Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.16 KB

UpdateAttribute.md

File metadata and controls

12 lines (8 loc) · 1.16 KB

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] [default to null]
Enumeration []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] [default to null]
MultiCategoryOptions []string 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"] [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]