mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 14:06:16 +02:00
Added missing shopping_list_id for ShoppingListItem in grocy.openapi.json (fixes #1451)
This commit is contained in:
parent
7133c85deb
commit
95d212a076
|
|
@ -4864,6 +4864,9 @@
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"shopping_list_id": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"product_id": {
|
"product_id": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user