mirror of
https://github.com/grocy/grocy.git
synced 2026-07-27 16:07:21 -07:00
fix(openapi): volatile is not an array, it's an object (#2694)
This commit is contained in:
+1
-4
@@ -1617,10 +1617,7 @@
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
||||
}
|
||||
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user