From b4ebbe5653adb7908cdabe0e2549c423d905248f Mon Sep 17 00:00:00 2001 From: MS Date: Sat, 16 Jan 2021 01:29:33 +0100 Subject: change response type --- libeufin/api-nexus.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libeufin') 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 -- cgit v1.2.3