Skip to content

Commit

Permalink
Update YAML Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Oct 24, 2023
1 parent 733f2c7 commit 454ebf4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/meile-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ components:
type: "array"
items:
$ref: "#/components/schemas/Subscription"

WalletAddress:
type: "string"
example: "sent14f3dy3qvl3tyg7helzy37amgwuf3qeh6t8pch8"

Plan:
type: "object"
properties:
Expand Down Expand Up @@ -101,7 +104,7 @@ paths:
name: walletAddress
required: true
schema:
type: string
$ref: "#/components/schemas/WalletAddress"
description: The user Sentinel wallet address
responses:
"200":
Expand Down

0 comments on commit 454ebf4

Please sign in to comment.