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": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user