feat: add the selected recipe servings and yields in the content of the recipe post action (#5340)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Felix Schneider
2025-06-18 21:57:51 +02:00
committed by GitHub
parent ac984a2d04
commit 78b55c0b98
5 changed files with 12 additions and 6 deletions

View File

@@ -44,3 +44,4 @@ class GroupRecipeActionPagination(PaginationBase):
class GroupRecipeActionPayload(MealieModel):
action: GroupRecipeActionOut
content: Any
scaled_amount: float