Skip to content

Commit

Permalink
getSharedTransaction swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Nov 21, 2022
1 parent 157a6d5 commit 188e801
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specifications/api/swagger.yaml
Expand Up @@ -7627,6 +7627,21 @@ paths:
schema: *ApiSignedTransactionEncoded
responses: *responsesPostExternalTransaction

/shared-wallets/{walletId}/transactions/{transactionId}:
get:
operationId: getSharedTransaction
tags: ["Shared Transactions"]
summary: Get
description: |
<p align="right">status: <strong>stable</strong></p>
Get transaction by id.
parameters:
- *parametersWalletId
- *parametersTransactionId
- *parametersMetadataFormat
responses: *responsesGetTransaction

/shared-wallets/{walletId}/keys/{index}:
post:
operationId: postAccountKeyShared
Expand Down

0 comments on commit 188e801

Please sign in to comment.