summaryrefslogtreecommitdiff
path: root/api-bank.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-bank.rst')
-rw-r--r--api-bank.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/api-bank.rst b/api-bank.rst
index f038d6b4..41d739bf 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -167,6 +167,7 @@ request.
:query direction: argument taking values `debit` or `credit`, according to the caller willing to receive both incoming and outgoing, only outgoing, or only incoming records. Use `both` to return both directions.
:query cancelled: argument taking values `omit` or `show` to filter out rejected transactions
:query account_number: bank account whose history is to be returned. *Currently ignored*, as multiple bank accounts per user are not implemented yet.
+ :query ordering: can be `descending` or `ascending` and regulates whether the row are returned youger-to-older or vice versa. Defaults to `descending`.
**Response**