From bf8925545bf07ccc08d0c30abaefb4dc64d903c1 Mon Sep 17 00:00:00 2001 From: silvicir <127971996+silvicir@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:47:43 +0100 Subject: [PATCH] fixed openapi --- api_io_wallet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api_io_wallet.yaml b/api_io_wallet.yaml index a1361737f..f1fc67401 100644 --- a/api_io_wallet.yaml +++ b/api_io_wallet.yaml @@ -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