summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
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