taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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

indent

Diffstat:
Mlibeufin/api-sandbox.rst | 52+++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 deletions(-)

diff --git 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**