brevo-php
brevo-php copied to clipboard
Allow attribute type multiple-choice
Hi everybody.
The attribute multiple-choice is missing here: Here: https://github.com/getbrevo/brevo-php/blob/v2.0.4/lib/Model/GetAttributesAttributes.php#L215
I will get a InvalidArgumentException when I have created a multiple-choice attribute in the backend, and try to get all attributes.
Tobi
Still missing the allowed type multiple-choice...in getTypeAllowableValues multiple-choice is missing which causes getAttributes api call to throw exception