From 24a0ad4fcee307dcc2bd13d73ff4148fac736811 Mon Sep 17 00:00:00 2001 From: werckerbot Date: Fri, 20 Sep 2019 13:14:05 +0000 Subject: [PATCH] [ci skip] deploy from ciiol --- v0/api/wallet/swagger.json | 24 ++++++++++++++++++++++++ v0/api/wallet/swagger.yaml | 16 ++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/v0/api/wallet/swagger.json b/v0/api/wallet/swagger.json index 2b8e246..806811a 100644 --- a/v0/api/wallet/swagger.json +++ b/v0/api/wallet/swagger.json @@ -1800,6 +1800,12 @@ }, "401": { "$ref": "#/responses/Unauthorized" + }, + "422": { + "description": "Неверные данные для создания webhook'а", + "schema": { + "$ref": "#/definitions/InvalidOperationParameters" + } } } }, @@ -1835,6 +1841,12 @@ }, "401": { "$ref": "#/responses/Unauthorized" + }, + "422": { + "description": "Неверные данные для получения webhook'ов", + "schema": { + "$ref": "#/definitions/InvalidOperationParameters" + } } } } @@ -1875,6 +1887,12 @@ }, "404": { "$ref": "#/responses/NotFound" + }, + "422": { + "description": "Неверные данные для получения webhook'а", + "schema": { + "$ref": "#/definitions/InvalidOperationParameters" + } } } }, @@ -1910,6 +1928,12 @@ }, "404": { "$ref": "#/responses/NotFound" + }, + "422": { + "description": "Неверные данные для снятия webhook'а", + "schema": { + "$ref": "#/definitions/InvalidOperationParameters" + } } } } diff --git a/v0/api/wallet/swagger.yaml b/v0/api/wallet/swagger.yaml index 5afd56e..2f85872 100644 --- a/v0/api/wallet/swagger.yaml +++ b/v0/api/wallet/swagger.yaml @@ -1214,6 +1214,10 @@ paths: $ref: '#/responses/BadRequest' '401': $ref: '#/responses/Unauthorized' + '422': + description: Неверные данные для создания webhook'а + schema: + $ref: '#/definitions/InvalidOperationParameters' get: description: Получить набор установленных webhook'ов. tags: @@ -1234,6 +1238,10 @@ paths: $ref: '#/responses/BadRequest' '401': $ref: '#/responses/Unauthorized' + '422': + description: Неверные данные для получения webhook'ов + schema: + $ref: '#/definitions/InvalidOperationParameters' '/webhooks/{webhookID}': get: description: Получить webhook по его идентификатору. @@ -1256,6 +1264,10 @@ paths: $ref: '#/responses/Unauthorized' '404': $ref: '#/responses/NotFound' + '422': + description: Неверные данные для получения webhook'а + schema: + $ref: '#/definitions/InvalidOperationParameters' delete: description: Снять указанный webhook. tags: @@ -1275,6 +1287,10 @@ paths: $ref: '#/responses/Unauthorized' '404': $ref: '#/responses/NotFound' + '422': + description: Неверные данные для снятия webhook'а + schema: + $ref: '#/definitions/InvalidOperationParameters' /withdrawal-quotes: post: operationId: createQuote