diff options
author | ms <ms@taler.net> | 2023-03-22 21:51:36 +0100 |
---|---|---|
committer | ms <ms@taler.net> | 2023-03-22 21:51:36 +0100 |
commit | 3d39cf6917c80bf3ed7b933fd18c2320d3d3fc85 (patch) | |
tree | 3fab7008d2e37cb024b97d0ae46c81983f8a465a /core | |
parent | f02dd740883286e9f2beb959533bfaae9e22858d (diff) | |
download | docs-master.tar.gz docs-master.tar.bz2 docs-master.zip |
Diffstat (limited to 'core')
-rw-r--r-- | core/api-bank-access.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 4200355..0df13f4 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -186,7 +186,7 @@ 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, defaults to 5. + :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 timestamp in milliseconds :query until_ms: Optional. Filters the results to transactions *until* this |