mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
fix(openapi): volatile is not an array, it's an object (#2694)
This commit is contained in:
parent
2a3e23ded4
commit
6ca87a9a49
|
|
@ -1617,10 +1617,7 @@
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user