From c5b47badad1520d13cfd1f999d4fd318ab8b5d13 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 13 Feb 2022 20:38:21 +0100 Subject: [PATCH] Typo --- changelog/67_UNRELEASED_xxxx-xx-xx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/67_UNRELEASED_xxxx-xx-xx.md b/changelog/67_UNRELEASED_xxxx-xx-xx.md index e412d7e1..92705431 100644 --- a/changelog/67_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/67_UNRELEASED_xxxx-xx-xx.md @@ -52,5 +52,5 @@ ### API -- Added a new endpoint `/stock/locations/{locationId}/entries` to get all stock entries of a given location (similiar to the already existing endpoint `/stock/products/{productId}/entries`) +- Added a new endpoint `GET /stock/locations/{locationId}/entries` to get all stock entries of a given location (similar to the already existing endpoint `GET /stock/products/{productId}/entries`) - Endpoint `/recipes/{recipeId}/consume`: Fixed that consuming partially fulfilled recipes was possible, although an error was already returned in that case (and potentially some of the in-stock ingredients were consumed in fact)