Hi,
Is there a way to reset the gis.users.categories? Or update / remove specific entries in the memberCategorySchema?
gis.users.categories = None
will delet all the user-categories, but reloading a memberCategorySchema will fail afterwards.
gis.users.categories = {'memberCategorySchema': [
{'title': 'Categories','categories': [{'title': 'bla','categories': [{'title': 'bli','categories': [{'title': 'blu'}]}]}]}]}self._gis.users.categories[0]["categories"]
IndexError: list index out of range