Skip to content

Commit

Permalink
fix: openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Mar 14, 2024
1 parent e94d7f0 commit b669f55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openapi/SwarmCommon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -697,12 +697,6 @@ components:
walletAddress:
$ref: "#/components/schemas/EthereumAddress"

WalletTxResponse:
type: object
properties:
transactionHash:
$ref: "#/components/schemas/TransactionHash"

RedistributionStatusResponse:
type: object
properties:
Expand Down
8 changes: 8 additions & 0 deletions openapi/SwarmDebug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1168,3 +1168,11 @@ paths:
$ref: "SwarmCommon.yaml#/components/responses/400"
default:
description: Default response.

components:
schemas:
WalletTxResponse:
type: object
properties:
transactionHash:
$ref: "#/components/schemas/TransactionHash"

0 comments on commit b669f55

Please sign in to comment.