Skip to content

Commit

Permalink
Update YAML Documentation. Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Oct 24, 2023
1 parent 0dec392 commit 733f2c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Meile Subscription Plan REST API

# Documentation
https://petstore.swagger.io/?url=https://path/to/file.yaml
https://petstore.swagger.io/?url=https://raw.githubusercontent.com/MathNodes/meile-plan-rest/main/doc/meile-api.yaml
8 changes: 7 additions & 1 deletion doc/meile-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ paths:
/subscription/{walletAddress}:
get:
description: "Get current Meile subscriptions via Sentinel wallet address"
parameters: []
parameters:
- in: path
name: walletAddress
required: true
schema:
type: string
description: The user Sentinel wallet address
responses:
"200":
description: "OK"
Expand Down

0 comments on commit 733f2c7

Please sign in to comment.