From 72e1a9aee7c197efd25aab051f7a5c0e8134864d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 18 Jan 2025 10:38:56 +0100 Subject: [PATCH] Updated API endpoint description (references #386) --- grocy.openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy.openapi.json b/grocy.openapi.json index 24d47a71..e0b483e1 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -3444,7 +3444,7 @@ }, "/recipes/{recipeId}/consume": { "post": { - "summary": "Consumes all products of the given recipe", + "summary": "Consumes all in stock ingredients of the given recipe (for ingredients that are only partially in stock, the in stock amount will be consumed)", "tags": [ "Recipes" ],