mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
get reports now returns an array of reports instead of an object
This commit is contained in:
parent
7c8fd97632
commit
9dfb322a13
@ -51,12 +51,9 @@ get:
|
||||
'200':
|
||||
description: Найденные отчеты
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/definitions/Report'
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/definitions/Report'
|
||||
'400':
|
||||
description: Ошибочные данные для получения
|
||||
schema:
|
||||
|
Loading…
Reference in New Issue
Block a user