Skip to content

Commit

Permalink
Bugfix/set of minor fixes (#1267)
Browse files Browse the repository at this point in the history
* Postman and other fixes

* Increase query range
  • Loading branch information
valb3r committed Jun 18, 2021
1 parent bbacab4 commit 3caa148
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
}
],
"url": {
"raw": "{{opba-base}}/v1/banking/ais/accounts/{{resource-id}}/transactions?dateFrom=1970-01-01&dateTo=2021-03-12&bookingStatus=both",
"raw": "{{opba-base}}/v1/banking/ais/accounts/{{resource-id}}/transactions?dateFrom=1970-01-01&dateTo=2099-03-12&bookingStatus=both",
"host": [
"{{opba-base}}"
],
Expand All @@ -1064,7 +1064,7 @@
},
{
"key": "dateTo",
"value": "2021-03-12"
"value": "2099-03-12"
},
{
"key": "bookingStatus",
Expand Down

0 comments on commit 3caa148

Please sign in to comment.