mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed typo
This commit is contained in:
parent
b42bcaaa44
commit
159ab253dd
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user