fix(openapi): volatile is not an array, it's an object (#2694)

This commit is contained in:
Bertrand SIFRE
2025-03-10 17:22:56 +01:00
committed by GitHub
parent 2a3e23ded4
commit 6ca87a9a49

View File

@@ -1617,8 +1617,6 @@
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
}
}
@@ -1626,7 +1624,6 @@
}
}
}
}
},
"/stock/products/{productId}": {
"get": {