get reports now returns an array of reports instead of an object

This commit is contained in:
Kehitt 2018-09-20 17:33:47 +03:00
parent 7c8fd97632
commit 9dfb322a13

View File

@ -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: