From 4544efef3c3a2ea77710ea6d01766954c2f66559 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 9 Dec 2022 11:05:02 +0100 Subject: indent --- libeufin/api-sandbox.rst | 52 +++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 25 deletions(-) (limited to 'libeufin') diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst index c2ae44e3..e9800b22 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 `_ 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** -- cgit v1.2.3