swagger docs update
This commit is contained in:
parent
e0e5761cd6
commit
3d80aff71f
3 changed files with 11 additions and 11 deletions
|
|
@ -1337,7 +1337,7 @@ const docTemplate = `{
|
||||||
"merch.OriginWithPrices": {
|
"merch.OriginWithPrices": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"origin": {
|
"origins": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"prices": {
|
"prices": {
|
||||||
|
|
@ -1396,7 +1396,7 @@ const docTemplate = `{
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"origin": {
|
"origins": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1416,7 +1416,7 @@ const docTemplate = `{
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"origin": {
|
"origins": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1329,7 +1329,7 @@
|
||||||
"merch.OriginWithPrices": {
|
"merch.OriginWithPrices": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"origin": {
|
"origins": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"prices": {
|
"prices": {
|
||||||
|
|
@ -1388,7 +1388,7 @@
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"origin": {
|
"origins": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1408,8 +1408,8 @@
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"origin": {
|
"origins": {
|
||||||
"type": "string"
|
"type": "integer"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ definitions:
|
||||||
type: object
|
type: object
|
||||||
merch.OriginWithPrices:
|
merch.OriginWithPrices:
|
||||||
properties:
|
properties:
|
||||||
origin:
|
origins:
|
||||||
type: integer
|
type: integer
|
||||||
prices:
|
prices:
|
||||||
items:
|
items:
|
||||||
|
|
@ -119,7 +119,7 @@ definitions:
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
origin:
|
origins:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
merch.ZeroPrice:
|
merch.ZeroPrice:
|
||||||
|
|
@ -132,8 +132,8 @@ definitions:
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
origin:
|
origins:
|
||||||
type: string
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
responses.ErrorResponse400:
|
responses.ErrorResponse400:
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue