Skip to content

Commit

Permalink
fixed openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicir committed Nov 15, 2024
1 parent a842ce7 commit bf89255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api_io_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ paths:
$ref: "#/components/responses/ServiceUnavailable"

/wallet-instances/{id}/status:
parameters:
- in: path
name: id
required: true
schema:
type: string
get:
summary: Retrieve a Wallet Instance status
operationId: getWalletInstanceStatus
Expand Down

0 comments on commit bf89255

Please sign in to comment.