From 454ebf452a779fd2c3470ba596b56cbff2afeffd Mon Sep 17 00:00:00 2001 From: freqnik Date: Tue, 24 Oct 2023 03:08:38 -0400 Subject: [PATCH] Update YAML Documentation --- doc/meile-api.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/meile-api.yaml b/doc/meile-api.yaml index f3a5f39..79ff3ec 100644 --- a/doc/meile-api.yaml +++ b/doc/meile-api.yaml @@ -18,7 +18,10 @@ components: type: "array" items: $ref: "#/components/schemas/Subscription" - + WalletAddress: + type: "string" + example: "sent14f3dy3qvl3tyg7helzy37amgwuf3qeh6t8pch8" + Plan: type: "object" properties: @@ -101,7 +104,7 @@ paths: name: walletAddress required: true schema: - type: string + $ref: "#/components/schemas/WalletAddress" description: The user Sentinel wallet address responses: "200":