brevo-php icon indicating copy to clipboard operation
brevo-php copied to clipboard

Allow attribute type multiple-choice

Open guelzow opened this issue 1 year ago • 1 comments

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

guelzow avatar Feb 06 '25 15:02 guelzow

Still missing the allowed type multiple-choice...in getTypeAllowableValues multiple-choice is missing which causes getAttributes api call to throw exception

decodernt avatar Oct 29 '25 18:10 decodernt