diff --git a/ervu_lkrp_ul-openapi.yaml b/ervu_lkrp_ul-openapi.yaml index 51c932b3..a9ff8d08 100644 --- a/ervu_lkrp_ul-openapi.yaml +++ b/ervu_lkrp_ul-openapi.yaml @@ -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: Получение данных по журналу взаимодействий