From 159ab253dd69beae83e1f71ff9b3579117052315 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 22 Dec 2020 17:02:21 +0100 Subject: [PATCH] Fixed typo --- changelog/60_3.0.0_2020-12-22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/60_3.0.0_2020-12-22.md b/changelog/60_3.0.0_2020-12-22.md index 66b8336e..3d4e5c8a 100644 --- a/changelog/60_3.0.0_2020-12-22.md +++ b/changelog/60_3.0.0_2020-12-22.md @@ -198,7 +198,7 @@ - All prices are now related to the products stock quantity unit (instead of the products purchase QU) - All (product) amounts are now related to the products stock quantity unit (was related to the products purchase QU for the shopping list before) - The product object no longer has a field `barcodes` with a comma separated barcode list, instead barcodes are now stored in a separate table/entity `product_barcodes` (use the existing "Generic entity interactions" endpoints to access them) - - The endpoint `/objects/{entity}/search` was removed (use the existing `/objects/{entity}` endpoint with new new filter capabilities mentioned below) + - The endpoint `/objects/{entity}/search` was removed (use the existing `/objects/{entity}` endpoint with the new filter capabilities mentioned below) - The output / field names of `ProductDetailsResponse` have slightly changed (endpoint `/stock/products/{productId}`) - Endpoint `/stock/volatile` - The query parameter `expring_days` was renamed to `due_soon_days`