From 9ec46de28524085dd14ffded5be094db260c51f8 Mon Sep 17 00:00:00 2001 From: Kimura Yu <33382781+KimuraYu45z@users.noreply.github.com> Date: Mon, 4 May 2020 23:15:42 +0900 Subject: [PATCH] Update swagger.yaml (#6133) Co-authored-by: Alexander Bezobchuk Co-authored-by: Alessio Treglia --- client/lcd/swagger-ui/swagger.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/lcd/swagger-ui/swagger.yaml b/client/lcd/swagger-ui/swagger.yaml index 573b40dce5..0a1f176902 100644 --- a/client/lcd/swagger-ui/swagger.yaml +++ b/client/lcd/swagger-ui/swagger.yaml @@ -533,7 +533,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid delegator address or delegation request body 401: @@ -622,7 +622,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid delegator address or unbonding delegation request body 401: @@ -1035,7 +1035,7 @@ paths: 200: description: Tx was succesfully generated schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid validator address or base_req 500: @@ -1296,7 +1296,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid proposal id or deposit body 401: @@ -1395,7 +1395,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid proposal id or vote body 401: @@ -1579,7 +1579,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid delegator address 401: @@ -1638,7 +1638,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid delegator address or delegation body 401: @@ -1691,7 +1691,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid delegator or withdraw address 401: @@ -1791,7 +1791,7 @@ paths: 200: description: OK schema: - $ref: "#/definitions/BroadcastTxCommitResult" + $ref: "#/definitions/StdTx" 400: description: Invalid validator address 401: