gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix Nexus API


From: gnunet
Subject: [taler-docs] branch master updated: fix Nexus API
Date: Fri, 14 May 2021 12:09:49 +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 3616296  fix Nexus API
3616296 is described below

commit 3616296242138e6be03ae44bb9fa221af36f9063
Author: MS <ms@taler.net>
AuthorDate: Fri May 14 12:09:41 2021 +0200

    fix Nexus API
---
 libeufin/api-nexus.rst | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index d7dfc48..57135d7 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -505,7 +505,24 @@ Scheduling API
 
   **Response**
 
-  In case of success, it responds with one `NexusTask` object.
+  .. code-block:: ts
+
+    interface TaskCollection {
+
+      // This field can contain *multiple* objects of the type sampled below.
+      schedule: {
+
+        'task-name': {
+          cronspec: string;
+          type: string; // fetch | submit
+
+          // Depends on the type.  Submit has it empty, whereas
+          // the fetch type includes the time range and the report
+          // level.
+          params: any;
+        }
+      }
+    }
 
 
 .. http:delete:: {nexusBase}/bank-accounts/{acctid}/schedule/{taskId}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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