This commit is contained in:
parent
c2304f6a7d
commit
f561869b08
4 changed files with 35 additions and 34 deletions
|
|
@ -1,5 +1,12 @@
|
|||
basePath: /api/v2
|
||||
definitions:
|
||||
merch.ImageLink:
|
||||
properties:
|
||||
etag:
|
||||
type: string
|
||||
link:
|
||||
type: string
|
||||
type: object
|
||||
merch.ListResponse:
|
||||
properties:
|
||||
merch_uuid:
|
||||
|
|
@ -271,16 +278,9 @@ paths:
|
|||
name: uuid
|
||||
required: true
|
||||
type: string
|
||||
- description: image type
|
||||
in: query
|
||||
name: type
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/merch.PricesResponse'
|
||||
"400":
|
||||
description: Bad Request
|
||||
schema:
|
||||
|
|
@ -311,7 +311,7 @@ paths:
|
|||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/merch.PricesResponse'
|
||||
$ref: '#/definitions/merch.ImageLink'
|
||||
"400":
|
||||
description: Bad Request
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue