gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated: fix rendering


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: fix rendering
Date: Thu, 07 Dec 2017 16:52:26 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 1e96d36  fix rendering
1e96d36 is described below

commit 1e96d36dfe38e4d72f239d0640117de37c3dcd18
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 7 16:52:14 2017 +0100

    fix rendering
---
 api-bank.rst | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/api-bank.rst b/api-bank.rst
index ba8af77..b7f81c9 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -131,18 +131,21 @@ request.
   :query row_id: row identifier of the transaction that should be cancelled.
   :query account_number: bank account for which the incoming transfer was made 
and for which `auth` provides the authentication data.  *Currently ignored*, as 
multiple bank accounts per user are not implemented yet.
 
-  interface BankCancelRequest {
+  .. _BankCancelRequest:
+  .. code-block:: tsref
 
-    // Authentication method used
-    auth: BankAuth;
+    interface BankCancelRequest {
 
-    // The row id of the wire transfer to cancel
-    row_id: number;
+      // Authentication method used
+      auth: BankAuth;
 
-    // The recipient's account identificator
-    credit_account: number;
+      // The row id of the wire transfer to cancel
+      row_id: number;
 
-  }
+      // The recipient's account identificator
+      credit_account: number;
+
+    }
 
   **Response**  In case of an error, the body is a `BankError`_ object.
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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