This commit is contained in:
parent
c2304f6a7d
commit
f561869b08
4 changed files with 35 additions and 34 deletions
|
|
@ -161,7 +161,7 @@
|
|||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/merch.PricesResponse"
|
||||
"$ref": "#/definitions/merch.ImageLink"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
|
|
@ -259,21 +259,11 @@
|
|||
"name": "uuid",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "image type",
|
||||
"name": "type",
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/merch.PricesResponse"
|
||||
}
|
||||
"description": "OK"
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
|
|
@ -770,6 +760,17 @@
|
|||
}
|
||||
},
|
||||
"definitions": {
|
||||
"merch.ImageLink": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"merch.ListResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue