taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7792e845d355a3c4e7e44b05cbb873054bb522cf
parent 9c220ce211c60566b9679a5263ce5aa5a6f4f0fb
Author: MS <ms@taler.net>
Date:   Mon,  3 Apr 2023 01:14:55 +0200

verbosity

Diffstat:
Mcore/api-bank-access.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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**