mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
This commit is contained in:
parent
daa0a59c5f
commit
4be447fc60
@ -52,4 +52,6 @@
|
|||||||
|
|
||||||
### API
|
### 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`)
|
- The endpoint `/batteries` now also returns the corresponding battery object (as field/property `battery`)
|
||||||
|
@ -5779,7 +5779,8 @@
|
|||||||
"chores_log",
|
"chores_log",
|
||||||
"meal_plan_sections",
|
"meal_plan_sections",
|
||||||
"products_last_purchased",
|
"products_last_purchased",
|
||||||
"products_average_price"
|
"products_average_price",
|
||||||
|
"quantity_unit_conversions_resolved"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExposedEntityNoListing": {
|
"ExposedEntityNoListing": {
|
||||||
@ -5797,7 +5798,8 @@
|
|||||||
"stock_current_locations",
|
"stock_current_locations",
|
||||||
"chores_log",
|
"chores_log",
|
||||||
"products_last_purchased",
|
"products_last_purchased",
|
||||||
"products_average_price"
|
"products_average_price",
|
||||||
|
"quantity_unit_conversions_resolved"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExposedEntityNoDelete": {
|
"ExposedEntityNoDelete": {
|
||||||
@ -5808,7 +5810,8 @@
|
|||||||
"stock_current_locations",
|
"stock_current_locations",
|
||||||
"chores_log",
|
"chores_log",
|
||||||
"products_last_purchased",
|
"products_last_purchased",
|
||||||
"products_average_price"
|
"products_average_price",
|
||||||
|
"quantity_unit_conversions_resolved"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExposedEntityEditRequiresAdmin": {
|
"ExposedEntityEditRequiresAdmin": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user