gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: query parameters


From: gnunet
Subject: [taler-docs] branch master updated: query parameters
Date: Fri, 08 May 2020 15:41:54 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 9224d72  query parameters
9224d72 is described below

commit 9224d72693bc53336103ed1f8294372fb8648682
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 8 15:41:48 2020 +0200

    query parameters
---
 libeufin/api-nexus2.rst | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/libeufin/api-nexus2.rst b/libeufin/api-nexus2.rst
index ca86d76..2cd0b2e 100644
--- a/libeufin/api-nexus2.rst
+++ b/libeufin/api-nexus2.rst
@@ -200,18 +200,13 @@ Bank Account Management
 
   Shows which transactions are stored locally at nexus.
 
-  **Request:**
+  **Query parameters:**
 
-  .. ts:def:: TimeRange
+  * **start** start (dashed YYYY-MM-DD) date of desired payments.
+    Optional, defaults to "earliest possible" date
+  * **end** end (dashed YYYY-MM-DD) date of desired payments.
+    Optional, defaults to "earliest possible" date
 
-     interface TimeRange {
-       // start date of desired payments.  Optional,
-       // defaults to "earliest possible" date.
-       start: string;
-       // end date of desired payments.  Optional,
-       // defaults to "latest possible" date.
-       end: string;
-     }
 
   **Response:** A list of `Transaction` objects.
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]