mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 21:00:42 +00:00
fix(openapi): volatile is not an array, it's an object (#2694)
This commit is contained in:
@@ -1617,8 +1617,6 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1626,7 +1624,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"/stock/products/{productId}": {
|
"/stock/products/{productId}": {
|
||||||
"get": {
|
"get": {
|
||||||
|
Reference in New Issue
Block a user