Correct typo in changelog (#1177)

This commit is contained in:
Dominic Zedler
2020-12-12 15:52:44 +01:00
committed by GitHub
parent bfbaa7e9d5
commit 54e4d3217c

View File

@@ -209,7 +209,7 @@
- New endpoint `/stock/shoppinglist/add-overdue-products` to add all currently in-stock but overdue products to a shopping list (thanks @m-byte) - New endpoint `/stock/shoppinglist/add-overdue-products` to add all currently in-stock but overdue products to a shopping list (thanks @m-byte)
- New endpoint `/stock/shoppinglist/add-expired-products` to add all currently in-stock but expired products to a shopping list - New endpoint `/stock/shoppinglist/add-expired-products` to add all currently in-stock but expired products to a shopping list
- New endpoints GET/POST/PUT `/users/{userId}/permissions` for the new user permissions feature mentioned above - New endpoints GET/POST/PUT `/users/{userId}/permissions` for the new user permissions feature mentioned above
- New endpoint '/user` to get the currently authenticated user - New endpoint `/user` to get the currently authenticated user
- The following entities are now also available via the endpoint `/objects/{entity}` (only listing, no edit) - The following entities are now also available via the endpoint `/objects/{entity}` (only listing, no edit)
- `stock_log` (the stock journal) - `stock_log` (the stock journal)
- `stock` (the "raw" stock entries) - `stock` (the "raw" stock entries)