summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-09 11:05:02 +0100
committerMS <ms@taler.net>2022-12-09 11:05:02 +0100
commit4544efef3c3a2ea77710ea6d01766954c2f66559 (patch)
tree5f5fdf164192364564b87a71727f4311fe598814 /libeufin
parente2e876d82e143d9c8c2da061697eb1fe767f27f8 (diff)
downloaddocs-4544efef3c3a2ea77710ea6d01766954c2f66559.tar.gz
docs-4544efef3c3a2ea77710ea6d01766954c2f66559.tar.bz2
docs-4544efef3c3a2ea77710ea6d01766954c2f66559.zip
indent
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst52
1 files changed, 27 insertions, 25 deletions
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 <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**