gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: bank connection delete API


From: gnunet
Subject: [taler-docs] branch master updated: bank connection delete API
Date: Tue, 30 Jun 2020 16:37:29 +0200

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 d5f2744  bank connection delete API
d5f2744 is described below

commit d5f27446c11bdcaacee3ce97bce1d2f94a3f87ef
Author: MS <ms@taler.net>
AuthorDate: Tue Jun 30 16:37:25 2020 +0200

    bank connection delete API
---
 libeufin/api-nexus.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 313b389..44f5f47 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -300,6 +300,16 @@ to the real bank.
   :status 409 Conflict: The ``name`` field exists already for
     the requesting user.
 
+.. http:post:: {nexusBase}/bank-connections/delete
+
+  **Request:**
+
+  .. ts:def:: BankConnectionDeletion
+      
+      interface BankConnectionDeletion {
+        // label of the bank connection to delete
+        bankConnectionId: string;
+      }
 
 .. http:get:: {nexusBase}/bank-connections
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]