mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
fix(openapi): volatile is not an array, it's an object (#2694)
This commit is contained in:
@@ -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