-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ebdd6e
commit b7f43af
Showing
4 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[ | ||
{ | ||
"name": "GET /wallets/default", | ||
"description": "<Request('GET', 'http://webserver:8080/v0/wallets/default')>", | ||
"method": "GET", | ||
"host": "webserver", | ||
"path": { | ||
"path": "/v0/wallets/default", | ||
"path_parameters": [] | ||
}, | ||
"query": null, | ||
"request_payload": null, | ||
"response_body": { | ||
"data": { | ||
"walletId": 1, | ||
"name": "Bisgaard Credits", | ||
"description": "Credits purchased by Bisgaard end up in here", | ||
"owner": 3, | ||
"thumbnail": null, | ||
"status": "ACTIVE", | ||
"created": "2023-11-06T11:23:38.559362+00:00", | ||
"modified": "2023-11-06T11:23:38.559362+00:00", | ||
"availableCredits": 0.0 | ||
} | ||
}, | ||
"status_code": 200 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters