gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: indent


From: gnunet
Subject: [taler-docs] branch master updated: indent
Date: Fri, 09 Dec 2022 11:05:08 +0100

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 4544efe  indent
4544efe is described below

commit 4544efef3c3a2ea77710ea6d01766954c2f66559
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 9 11:05:02 2022 +0100

    indent
---
 libeufin/api-sandbox.rst | 52 +++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index c2ae44e..e9800b2 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -315,7 +315,7 @@ EBICS Hosts.
 
    **Request:**
 
-    .. ts:def:: EbicsHostRequest
+   .. ts:def:: EbicsHostRequest
 
      interface EbicsHostRequest {
 
@@ -333,7 +333,7 @@ EBICS Hosts.
 
    **Response:**
 
-    .. ts:def:: EbicsHostResponse
+   .. ts:def:: EbicsHostResponse
 
      interface EbicsHostResponse {
 
@@ -358,9 +358,9 @@ EBICS Subscribers.
 
   **Request:**
 
-    .. ts:def:: BankAccountRequest
+  .. ts:def:: BankAccountRequest
 
-     interface BankAccountRequest {
+    interface BankAccountRequest {
 
        // Ebics subscriber
        subscriber: {
@@ -388,30 +388,30 @@ EBICS Subscribers.
 
    **Response:**
 
-    .. ts:def:: SubscribersResponse
+   .. ts:def:: SubscribersResponse
 
      interface SubscribersResponse {
 
        subscribers: Subscriber[]
      }
 
-    .. ts:def:: Subscriber
+   .. ts:def:: Subscriber
 
-      interface Subscriber {
+     interface Subscriber {
 
-        // userID
-        userID: string;
+       // userID
+       userID: string;
 
-        // partnerID
-        partnerID: string;
+       // partnerID
+       partnerID: string;
 
-        // hostID
-        hostID: string;
+       // hostID
+       hostID: string;
 
-        // Label of the bank account
-        // associated with this Ebics subscriber.
-        demobankAccountLabel: string;
-      }
+       // Label of the bank account
+       // associated with this Ebics subscriber.
+       demobankAccountLabel: string;
+     }
 
 .. http:post:: /admin/ebics/subscribers
 
@@ -420,6 +420,8 @@ EBICS Subscribers.
    Follow `this page <https://bugs.gnunet.org/view.php?id=7507>`_
    for updates over the EBICS management REST design.
 
+   **Request:**
+
    .. ts:def:: SubscriberRequestDeprecated
 
      interface SubscriberRequestDeprecated {
@@ -607,17 +609,17 @@ Transactions.
 
   **Request**
 
-   .. code-block:: tsref
+  .. code-block:: tsref
 
-     interface CamtParams {
+    interface CamtParams {
 
-       // label of the bank account being queried.
-       bankaccount: string;
+      // label of the bank account being queried.
+      bankaccount: string;
 
-       // The Camt type to return.  Only '53' is allowed
-       // at this moment.
-       type: number;
-     }
+      // The Camt type to return.  Only '53' is allowed
+      // at this moment.
+      type: number;
+    }
 
   **Response**
 

-- 
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]