mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Make it possible to provide a different location for added product during inventory (closes #183)
This commit is contained in:
@@ -1229,6 +1229,11 @@
|
||||
"type": "string",
|
||||
"format": "date",
|
||||
"description": "The best before date which applies to added products"
|
||||
},
|
||||
"location_id": {
|
||||
"type": "number",
|
||||
"format": "integer",
|
||||
"description": "If omitted, the default location of the product is used (only applies to added products)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user