i am getting this error when adding up updating an enum value. I have for example enum attribute which has some enums and also this enum internationale_küche, which is 20 charactors.
i am getting the following error in Appwrite Invalid document structure: Attribute enum has invalid format. Value must be a valid string and no longer than 18 chars (400)
what is the solution for that? Can i modify the length of the enum charactor somehow?