chore(docs): Generated API Reference (#5662)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-21 10:45:38 +00:00
committed by GitHub
parent d3e8efd573
commit 73799d4e9e
6 changed files with 106 additions and 0 deletions

View File

@@ -59,3 +59,15 @@ get:
application/json:
schema:
$ref: ../components/schemas/AdminCurrenciesListRes.yaml
'400':
$ref: ../components/responses/400_error.yaml
'401':
$ref: ../components/responses/unauthorized.yaml
'404':
$ref: ../components/responses/not_found_error.yaml
'409':
$ref: ../components/responses/invalid_state_error.yaml
'422':
$ref: ../components/responses/invalid_request_error.yaml
'500':
$ref: ../components/responses/500_error.yaml

View File

@@ -39,3 +39,15 @@ post:
application/json:
schema:
$ref: ../components/schemas/AdminCurrenciesRes.yaml
'400':
$ref: ../components/responses/400_error.yaml
'401':
$ref: ../components/responses/unauthorized.yaml
'404':
$ref: ../components/responses/not_found_error.yaml
'409':
$ref: ../components/responses/invalid_state_error.yaml
'422':
$ref: ../components/responses/invalid_request_error.yaml
'500':
$ref: ../components/responses/500_error.yaml