commit 91e697579430a6889bd6734216dcdad12b17f163
parent 73f3be9ec32a53feb0842a1ff3976e3322cca814
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Tue, 26 Jan 2021 20:58:35 -0500
add anchor
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
@@ -1,4 +1,6 @@
+.. _sandbox-api:
+
Sandbox API
###########
@@ -23,7 +25,7 @@ HTTP API
// IBAN managed by the running Sandbox, for which
// the Camt.053 response is going to be generated.
iban: string;
-
+
// The Camt type to return. Only '53' is allowed
// at this moment.
type: number;
@@ -55,7 +57,7 @@ HTTP API
purposes.
**Request:**
-
+
One object of type `SandboxPayment`
.. ts:def:: SandboxPayment