Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.11 KB

File metadata and controls

10 lines (7 loc) · 1.11 KB

Brevo::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 Array<UpdateAttributeEnumeration> List of the values and labels that the attribute can take. Use only if the attribute's category is &quot;category&quot;. None of the category options can exceed max 200 characters. For example, [{&quot;value&quot;:1, &quot;label&quot;:&quot;male&quot;}, {&quot;value&quot;:2, &quot;label&quot;:&quot;female&quot;}] [optional]
multi_category_options Array<String> Use this option to add multiple-choice attributes options only if the attribute's category is &quot;normal&quot;. **This option is specifically designed for updating multiple-choice attributes. None of the multicategory options can exceed max 200 characters **. For example: [&quot;USA&quot;,&quot;INDIA&quot;] [optional]