Skip to content

Commit

Permalink
fix swagger to show transaction in submit tx can be base64|base16
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra authored and paweljakubas committed Jan 18, 2022
1 parent 0ebccc1 commit f3c47f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2590,6 +2590,11 @@ components:
description: |
The result of signing a transaction (serialized and encoded).
ApiSignedTransactionEncoded: &ApiSignedTransactionEncoded
<<: *ApiSerialisedTransactionEncoded
description: |
The result of signing a transaction (serialized and encoded).
ApiWalletDelegationNext: &ApiWalletDelegationNext
type: object
description: Next delegation status becomes active at the start of the second epoch after the corresponding delegation certificate was discovered. The exact moment is specified by changes_at
Expand Down Expand Up @@ -5902,7 +5907,7 @@ paths:
required: true
content:
application/json:
schema: *ApiSignedTransaction
schema: *ApiSignedTransactionEncoded
responses: *responsesPostExternalTransaction

/wallets/{walletId}/addresses:
Expand Down

0 comments on commit f3c47f4

Please sign in to comment.