diff --git a/changelog/70_UNRELEASED_xxxx.xx.xx.md b/changelog/70_UNRELEASED_xxxx.xx.xx.md index c9f433df..7a0e53dd 100644 --- a/changelog/70_UNRELEASED_xxxx.xx.xx.md +++ b/changelog/70_UNRELEASED_xxxx.xx.xx.md @@ -52,4 +52,6 @@ ### API +- The following entities are now also available via the endpoint `/objects/{entity}` (only listing, no edit) + - `quantity_unit_conversions_resolved` (returns all final/resolved conversion factors per product and any directly or indirectly related quantity units) - The endpoint `/batteries` now also returns the corresponding battery object (as field/property `battery`) diff --git a/grocy.openapi.json b/grocy.openapi.json index a727a471..aef7f7e6 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -5779,7 +5779,8 @@ "chores_log", "meal_plan_sections", "products_last_purchased", - "products_average_price" + "products_average_price", + "quantity_unit_conversions_resolved" ] }, "ExposedEntityNoListing": { @@ -5797,7 +5798,8 @@ "stock_current_locations", "chores_log", "products_last_purchased", - "products_average_price" + "products_average_price", + "quantity_unit_conversions_resolved" ] }, "ExposedEntityNoDelete": { @@ -5808,7 +5810,8 @@ "stock_current_locations", "chores_log", "products_last_purchased", - "products_average_price" + "products_average_price", + "quantity_unit_conversions_resolved" ] }, "ExposedEntityEditRequiresAdmin": {