summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-26 20:58:35 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-26 20:58:35 -0500
commit91e697579430a6889bd6734216dcdad12b17f163 (patch)
treeb0cc0aca9926acdf1ca8a0f4403b6db7ad23e68f
parent73f3be9ec32a53feb0842a1ff3976e3322cca814 (diff)
downloaddocs-91e697579430a6889bd6734216dcdad12b17f163.tar.gz
docs-91e697579430a6889bd6734216dcdad12b17f163.tar.bz2
docs-91e697579430a6889bd6734216dcdad12b17f163.zip
add anchor
-rw-r--r--libeufin/api-sandbox.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index d1214d52..be0ff450 100644
--- 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