feat: Change Recipe Owner (#4355)

Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
Michael Genson
2024-10-19 04:33:32 -05:00
committed by GitHub
parent 60ea83d737
commit 1dc7b24146
11 changed files with 187 additions and 14 deletions

View File

@@ -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)