From 96926fa58cff72d1f38ad7a377557bab08238de8 Mon Sep 17 00:00:00 2001 From: Lymar Volodymyr Date: Mon, 1 Jul 2024 12:21:20 +0200 Subject: [PATCH] docs: update schema.json --- docs/schema.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/schema.json b/docs/schema.json index 7712032..08ab628 100644 --- a/docs/schema.json +++ b/docs/schema.json @@ -222,9 +222,9 @@ paths: schema: $ref: '#/components/schemas/DataDoc' description: '' - /api/v1/doc/downloadfile/: + /api/v1/doc/download-file/: post: - operationId: v1_doc_downloadfile_create + operationId: v1_doc_download_file_create description: |- To download a file: @@ -238,9 +238,9 @@ paths: responses: '200': description: No response body - /api/v1/doc/filemake/: + /api/v1/doc/file-make/: get: - operationId: v1_doc_filemake_retrieve + operationId: v1_doc_file_make_retrieve description: Responsible for creating documents based on data from the cache. tags: - v1 @@ -249,6 +249,18 @@ paths: responses: '200': description: No response body + /api/v1/doc/send-archive/: + post: + operationId: v1_doc_send_archive_create + description: API endpoint to send an email with an attachment. + tags: + - v1 + security: + - jwtAuth: [] + - {} + responses: + '200': + description: No response body /api/v1/goods/: get: operationId: v1_goods_list