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
In #3352 we introduced groups_models module that includes pydantic models to represent the rest API schemas used in the groups entrypoints.
We should extend its use to the group's plugin logic
In #3352 we introduced
groups_models
module that includes pydantic models to represent the rest API schemas used in the groups entrypoints.We should extend its use to the group's plugin logic
_utils
such asconvert_groups_db_to_schema
etc ... and replace with internal models. OMG, remove this ASAP!MyGroupGet
in bewteenGET /me
is different as inGET /groups
The text was updated successfully, but these errors were encountered: