swagger docs update

This commit is contained in:
nquidox 2025-12-15 17:34:29 +03:00
parent e0e5761cd6
commit 3d80aff71f
3 changed files with 11 additions and 11 deletions

View file

@ -1329,7 +1329,7 @@
"merch.OriginWithPrices": {
"type": "object",
"properties": {
"origin": {
"origins": {
"type": "integer"
},
"prices": {
@ -1388,7 +1388,7 @@
"name": {
"type": "string"
},
"origin": {
"origins": {
"type": "string"
}
}
@ -1408,8 +1408,8 @@
"name": {
"type": "string"
},
"origin": {
"type": "string"
"origins": {
"type": "integer"
}
}
},