Skip to content

Commit

Permalink
Merge pull request #78 from dev-lymar/feat/dev-adding-sending-by-email
Browse files Browse the repository at this point in the history
docs: update schema.json
  • Loading branch information
dev-lymar committed Jul 1, 2024
2 parents 42f4d36 + 96926fa commit 1c5d0c2
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1c5d0c2

Please sign in to comment.