Added missing shopping_list_id for ShoppingListItem in grocy.openapi.json (fixes #1451)

This commit is contained in:
Bernd Bestel 2021-06-27 20:30:05 +02:00
parent 7133c85deb
commit 95d212a076
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -4864,6 +4864,9 @@
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"shopping_list_id": {
"type": "integer"
},
"product_id": { "product_id": {
"type": "integer" "type": "integer"
}, },