SUPPORT-9561: fix openapi file
This commit is contained in:
parent
53e75c4755
commit
32e3b6620f
1 changed files with 38 additions and 1 deletions
|
|
@ -108,7 +108,32 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
/kafka/excerpt:
|
/excerpt:
|
||||||
|
post:
|
||||||
|
summary: Отправка запроса на формирование выписки
|
||||||
|
operationId: requestExcerptUrl
|
||||||
|
description: Отправка запроса на формирование выписки по журналу взаимодействий с ЕРВУ
|
||||||
|
parameters:
|
||||||
|
- name: Client-Time-Zone
|
||||||
|
in: header
|
||||||
|
required: true
|
||||||
|
description: Таймзона клиента
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
requestBody:
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
required:
|
||||||
|
- year
|
||||||
|
type: integer
|
||||||
|
properties:
|
||||||
|
year:
|
||||||
|
description: Период формирования выписки
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
description: OK
|
||||||
|
/excerpt/download:
|
||||||
get:
|
get:
|
||||||
summary: Получение выписки
|
summary: Получение выписки
|
||||||
operationId: getExcerptFile
|
operationId: getExcerptFile
|
||||||
|
|
@ -127,6 +152,18 @@ paths:
|
||||||
type: object
|
type: object
|
||||||
"204":
|
"204":
|
||||||
description: No Content
|
description: No Content
|
||||||
|
/excerpt/status:
|
||||||
|
get:
|
||||||
|
summary: Получение статуса выписки
|
||||||
|
operationId: getStatus
|
||||||
|
description: Получение статуса выписки по журналу взаимодействий с ЕРВУ (none, in-progress, ready)
|
||||||
|
responses:
|
||||||
|
"200":
|
||||||
|
description: OK
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
/rpc/filesentlog/bbaf33d7-0679-440b-a394-cb805ce80300/ru.micord.ervu.service.rpc.InMemoryStaticGridRpcService/loadData:
|
/rpc/filesentlog/bbaf33d7-0679-440b-a394-cb805ce80300/ru.micord.ervu.service.rpc.InMemoryStaticGridRpcService/loadData:
|
||||||
post:
|
post:
|
||||||
summary: Получение данных по журналу взаимодействий
|
summary: Получение данных по журналу взаимодействий
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue