summaryrefslogtreecommitdiff
path: root/api-bank.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-14 19:41:12 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-14 19:41:12 +0100
commitd6c5eaa8b19a7d4cc108ffafd0691ad499238b84 (patch)
tree756486b13183d41a664429b07bdf188e7e5b9fb2 /api-bank.rst
parent4007ecb6ddfaee26d2a8c9b53ca61198c6d5f3b1 (diff)
downloaddocs-d6c5eaa8b19a7d4cc108ffafd0691ad499238b84.tar.gz
docs-d6c5eaa8b19a7d4cc108ffafd0691ad499238b84.tar.bz2
docs-d6c5eaa8b19a7d4cc108ffafd0691ad499238b84.zip
Update according to #5066.
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**