commit b4ebbe5653adb7908cdabe0e2549c423d905248f parent 0991388a4f55bd04c37886477dcfe1a32960814f Author: MS <ms@taler.net> Date: Sat, 16 Jan 2021 01:29:33 +0100 change response type Diffstat:
| M | libeufin/api-nexus.rst | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git 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