mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Name shopping locations "Stores" on the frontend (references #658)
This commit is contained in:
@@ -1175,7 +1175,7 @@
|
||||
"shopping_location_id": {
|
||||
"type": "number",
|
||||
"format": "integer",
|
||||
"description": "If omitted, no shopping location will be affected"
|
||||
"description": "If omitted, no store will be affected"
|
||||
},
|
||||
"purchased_date": {
|
||||
"type": "string",
|
||||
@@ -1487,7 +1487,7 @@
|
||||
"shopping_location_id": {
|
||||
"type": "number",
|
||||
"format": "integer",
|
||||
"description": "If omitted, no shopping location will be affected"
|
||||
"description": "If omitted, no store will be affected"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
@@ -1719,7 +1719,7 @@
|
||||
"shopping_location_id": {
|
||||
"type": "number",
|
||||
"format": "integer",
|
||||
"description": "If omitted, no shopping location will be affected"
|
||||
"description": "If omitted, no store will be affected"
|
||||
},
|
||||
"location_id": {
|
||||
"type": "number",
|
||||
|
Reference in New Issue
Block a user