mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
refactored
This commit is contained in:
parent
a9527bd18a
commit
0e005e869e
15
spec/definitions/DefaultLogicError.yaml
Normal file
15
spec/definitions/DefaultLogicError.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- code
|
||||||
|
- message
|
||||||
|
properties:
|
||||||
|
code:
|
||||||
|
description: |
|
||||||
|
[Код ошибки](#tag/Error-Codes)
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- invalidRequest
|
||||||
|
- invalidDeadline
|
||||||
|
message:
|
||||||
|
description: Человекочитаемое описание ошибки
|
||||||
|
type: string
|
@ -31,20 +31,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные запроса статистики
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -20,20 +20,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные запроса статистики
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -155,20 +155,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -138,20 +138,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -24,20 +24,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные запроса статистики
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -24,20 +24,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные запроса статистики
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -25,20 +25,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные запроса статистики
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -43,20 +43,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -57,20 +57,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -16,20 +16,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -22,20 +22,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -27,23 +27,7 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
post:
|
post:
|
||||||
description: |
|
description: |
|
||||||
|
@ -18,20 +18,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -16,20 +16,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -19,20 +19,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -18,20 +18,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -19,20 +19,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -18,20 +18,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,23 +17,7 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
delete:
|
delete:
|
||||||
description: Удалить плательщика по его идентификатору
|
description: Удалить плательщика по его идентификатору
|
||||||
|
@ -18,21 +18,5 @@ post:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
|
@ -69,20 +69,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -18,20 +18,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -35,20 +35,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Ошибочные данные для запроса истории
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,23 +17,7 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
put:
|
put:
|
||||||
description: Модифицировать шаблон инвойса.
|
description: Модифицировать шаблон инвойса.
|
||||||
@ -113,6 +97,8 @@ delete:
|
|||||||
enum:
|
enum:
|
||||||
- invalidPartyStatus
|
- invalidPartyStatus
|
||||||
- invalidShopStatus
|
- invalidShopStatus
|
||||||
|
- invalidRequest
|
||||||
|
- invalidDeadline
|
||||||
message:
|
message:
|
||||||
description: Человекочитаемое описание ошибки
|
description: Человекочитаемое описание ошибки
|
||||||
type: string
|
type: string
|
||||||
|
@ -19,20 +19,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ post:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -35,20 +35,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Ошибочные данные для запроса истории
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -19,20 +19,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -19,23 +19,7 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
post:
|
post:
|
||||||
description: Создать новый платеж по указанному инвойсу.
|
description: Создать новый платеж по указанному инвойсу.
|
||||||
|
@ -18,20 +18,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -20,23 +20,7 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
post:
|
post:
|
||||||
description: Создать возврат указанного платежа
|
description: Создать возврат указанного платежа
|
||||||
|
@ -19,20 +19,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -13,20 +13,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -12,20 +12,4 @@ put:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -12,20 +12,4 @@ put:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -24,20 +24,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -30,20 +30,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -36,20 +36,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -24,21 +24,4 @@ post:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Ошибочные данные для токенизации
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
example: Card data is invalid
|
|
||||||
|
@ -22,20 +22,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -16,20 +16,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -15,20 +15,4 @@ put:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,20 +17,4 @@ put:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -58,20 +58,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -17,23 +17,7 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные для поиска
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
|
||||||
delete:
|
delete:
|
||||||
description: Снять указанный webhook.
|
description: Снять указанный webhook.
|
||||||
@ -52,20 +36,4 @@ delete:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -32,20 +32,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные запроса геопозиций
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -18,20 +18,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Неверные данные
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -21,20 +21,4 @@ get:
|
|||||||
'401':
|
'401':
|
||||||
$ref: '#/responses/Unauthorized'
|
$ref: '#/responses/Unauthorized'
|
||||||
'400':
|
'400':
|
||||||
description: Ошибочные данные для скачинвания
|
$ref: '#/responses/DefaultLogicError'
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- code
|
|
||||||
- message
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
description: |
|
|
||||||
[Код ошибки](#tag/Error-Codes)
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- invalidRequest
|
|
||||||
- invalidDeadline
|
|
||||||
message:
|
|
||||||
description: Человекочитаемое описание ошибки
|
|
||||||
type: string
|
|
||||||
|
@ -113,6 +113,10 @@ responses:
|
|||||||
description: Ошибка авторизации
|
description: Ошибка авторизации
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/GeneralError'
|
$ref: '#/definitions/GeneralError'
|
||||||
|
DefaultLogicError:
|
||||||
|
description: Неверные данные
|
||||||
|
schema:
|
||||||
|
$ref: '#/definitions/DefaultLogicError'
|
||||||
parameters:
|
parameters:
|
||||||
accountID:
|
accountID:
|
||||||
name: accountID
|
name: accountID
|
||||||
|
Loading…
Reference in New Issue
Block a user