You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That example works completely fine for me, too. However, what confuses me is that when I want to use FieldCreationInformation I get a 400 Bad Request. This confuses me greatly, as the add_choice_field seems to do the same thing internally.
There's an example for creating a choice field using the
add_choice_field
method, which adapted to a list looks like:That example works completely fine for me, too. However, what confuses me is that when I want to use
FieldCreationInformation
I get a 400 Bad Request. This confuses me greatly, as theadd_choice_field
seems to do the same thing internally.This happens on Python 3.11 with version 2.5.10.
The text was updated successfully, but these errors were encountered: