summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-04-03 01:14:55 +0200
committerMS <ms@taler.net>2023-04-03 01:15:07 +0200
commit7792e845d355a3c4e7e44b05cbb873054bb522cf (patch)
treeebae5faf8b0fe9f34efe2c6be412ee6e14a4fccd /core/api-bank-access.rst
parent9c220ce211c60566b9679a5263ce5aa5a6f4f0fb (diff)
downloaddocs-7792e845d355a3c4e7e44b05cbb873054bb522cf.tar.gz
docs-7792e845d355a3c4e7e44b05cbb873054bb522cf.tar.bz2
docs-7792e845d355a3c4e7e44b05cbb873054bb522cf.zip
verbosity
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 0df13f4b..2b7b07e6 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -187,9 +187,9 @@ Transactions
:query page: page number starting from 1. Page 1 has the latest transactions
and 1 is the default value.
:query size: how many transactions per page. It must be at least 1 and defaults to 5.
- :query from_ms: Optional. Filters the results to transactions *from* this
+ :query from_ms: Optional. Filters the results to transactions *from* (inclusively) this
timestamp in milliseconds
- :query until_ms: Optional. Filters the results to transactions *until* this
+ :query until_ms: Optional. Filters the results to transactions *until* (inclusively) this
timestamp in milliseconds
**Response**