[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: change response type
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: change response type |
Date: |
Sat, 16 Jan 2021 01:29:37 +0100 |
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 b4ebbe5 change response type
b4ebbe5 is described below
commit b4ebbe5653adb7908cdabe0e2549c423d905248f
Author: MS <ms@taler.net>
AuthorDate: Sat Jan 16 01:29:33 2021 +0100
change response type
---
libeufin/api-nexus.rst | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 7a36f3e..50c2de3 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -287,13 +287,12 @@ manages payment initiations of the account and tracks the
initiations of payment
bankConnection: string;
}
- **Response:** Tells how many new messages were downloaded from the bank,
- in the following format:
+ **Response:** Tells how many transactions were never downloaded before:
.. code-block:: ts
- interface NewMessages {
- newMessages: number;
+ interface NewTransactions {
+ newTransactions: number;
}
.. http:get:: {nexusBase}/bank-accounts/{acctid}/transactions
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: change response type,
gnunet <=