summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-16 01:29:33 +0100
committerMS <ms@taler.net>2021-01-16 01:29:33 +0100
commitb4ebbe5653adb7908cdabe0e2549c423d905248f (patch)
tree7de77826c5486c5f8da9dd2d8f89bcb7589254b0 /libeufin/api-nexus.rst
parent0991388a4f55bd04c37886477dcfe1a32960814f (diff)
downloaddocs-b4ebbe5653adb7908cdabe0e2549c423d905248f.tar.gz
docs-b4ebbe5653adb7908cdabe0e2549c423d905248f.tar.bz2
docs-b4ebbe5653adb7908cdabe0e2549c423d905248f.zip
change response type
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 7a36f3e3..50c2de36 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