swagger docs update
This commit is contained in:
parent
d997d8bfa4
commit
f9eac067be
3 changed files with 124 additions and 0 deletions
|
|
@ -674,6 +674,36 @@ paths:
|
|||
summary: Получить нулевые цены
|
||||
tags:
|
||||
- Merch zero prices
|
||||
/merch/zeroprices/period:
|
||||
delete:
|
||||
description: Пометить нулевые цены как удаленные за указанный период
|
||||
parameters:
|
||||
- description: start
|
||||
in: query
|
||||
name: start
|
||||
required: true
|
||||
type: string
|
||||
- description: end
|
||||
in: query
|
||||
name: end
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
"400":
|
||||
description: Bad Request
|
||||
schema:
|
||||
$ref: '#/definitions/responses.ErrorResponse400'
|
||||
"500":
|
||||
description: Internal Server Error
|
||||
schema:
|
||||
$ref: '#/definitions/responses.ErrorResponse500'
|
||||
security:
|
||||
- BearerAuth: []
|
||||
summary: Пометить нулевые цены как удаленные за указанный период
|
||||
tags:
|
||||
- Merch zero prices
|
||||
/prices:
|
||||
get:
|
||||
description: Получить цены мерча за период
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue