From 7792e845d355a3c4e7e44b05cbb873054bb522cf Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 3 Apr 2023 01:14:55 +0200 Subject: verbosity --- core/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 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** -- cgit v1.2.3