mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-23 10:45:20 -05:00
feat: Change Recipe Owner (#4355)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
@@ -180,6 +180,8 @@ class UserOut(UserBase):
|
||||
|
||||
class UserSummary(MealieModel):
|
||||
id: UUID4
|
||||
group_id: UUID4
|
||||
household_id: UUID4
|
||||
username: str
|
||||
full_name: str
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
Reference in New Issue
Block a user