SUPPORT-9561: fix openapi file

This commit is contained in:
gulnaz 2025-11-25 16:44:27 +03:00
parent 53e75c4755
commit 32e3b6620f

View file

@ -108,7 +108,32 @@ paths:
application/json:
schema:
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:
summary: Получение выписки
operationId: getExcerptFile
@ -127,6 +152,18 @@ paths:
type: object
"204":
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:
post:
summary: Получение данных по журналу взаимодействий