We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When one has a Contact attribute of type multiple-choice fetching the list of attributes using get_attributes fails with the following error:
multiple-choice
get_attributes
ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
I suspect it's emanating from this line https://github.com/getbrevo/brevo-ruby/blob/main/lib/brevo/models/get_attributes_attributes.rb#L147
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When one has a Contact attribute of type
multiple-choice
fetching the list of attributes usingget_attributes
fails with the following error:ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
I suspect it's emanating from this line https://github.com/getbrevo/brevo-ruby/blob/main/lib/brevo/models/get_attributes_attributes.rb#L147
The text was updated successfully, but these errors were encountered: