Fixed typo

This commit is contained in:
Bernd Bestel 2020-12-22 17:02:21 +01:00
parent b42bcaaa44
commit 159ab253dd
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -198,7 +198,7 @@
- All prices are now related to the products stock quantity unit (instead of the products purchase QU) - 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) - 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 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}`) - The output / field names of `ProductDetailsResponse` have slightly changed (endpoint `/stock/products/{productId}`)
- Endpoint `/stock/volatile` - Endpoint `/stock/volatile`
- The query parameter `expring_days` was renamed to `due_soon_days` - The query parameter `expring_days` was renamed to `due_soon_days`