Skip to content

Commit

Permalink
fix: Update Postman Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Jan 16, 2023
1 parent db6a9a1 commit 5715368
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions BTC Billionaire.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}
},
"url": {
"raw": "https://btc-billionaire-4w6hwgpraa-uw.a.run.app/api/api/v1/transactions",
"raw": "https://btc-billionaire-4w6hwgpraa-uw.a.run.app/api/v1/transactions",
"protocol": "https",
"host": [
"btc-billionaire-4w6hwgpraa-uw",
Expand All @@ -111,7 +111,6 @@
"app"
],
"path": [
"api",
"api",
"v1",
"transactions"
Expand Down Expand Up @@ -173,13 +172,13 @@
},
"response": [
{
"name": "New Request",
"name": "Success",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"startDatetime\": \"2019-10-05T14:00:00+07:00\",\n \"endDatetime\":\"2023-01-13T14:00:00+07:00\"\n}",
"raw": "{\n \"startDatetime\": \"2019-10-05T14:00:00+07:00\",\n \"endDatetime\":\"2021-01-13T14:00:00+07:00\"\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -213,15 +212,15 @@
},
{
"key": "Date",
"value": "Fri, 13 Jan 2023 15:50:12 GMT"
"value": "Mon, 16 Jan 2023 08:56:34 GMT"
},
{
"key": "Content-Length",
"value": "206"
"value": "101"
}
],
"cookie": [],
"body": "{\n \"statusCode\": 200,\n \"message\": \"OK\",\n \"data\": [\n {\n \"datetime\": \"2019-10-05T14:00:00Z\",\n \"amount\": 11.1\n },\n {\n \"datetime\": \"2023-01-13T14:00:00Z\",\n \"amount\": 2.4000000000000004\n },\n {\n \"datetime\": \"2020-01-13T14:00:00Z\",\n \"amount\": 1.3\n }\n ]\n}"
"body": "[\n {\n \"datetime\": \"2019-10-05T14:00:00Z\",\n \"amount\": 11.1\n },\n {\n \"datetime\": \"2020-01-13T14:00:00Z\",\n \"amount\": 1.3\n }\n]"
}
]
}
Expand Down

0 comments on commit 5715368

Please sign in to comment.