summaryrefslogtreecommitdiff
path: root/api-mint.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-05 10:32:37 +0200
committerChristian Grothoff <christian@grothoff.org>2015-10-05 10:32:37 +0200
commit3a27b3092ea9b34c88a3210c61ecdc0581a2a38d (patch)
tree31b4a22af26435c9da4ea0b847555a5e74ffdeb6 /api-mint.rst
parent4aa1aa6716cc8ba6fce5288b5d71ae5f8fd82e09 (diff)
downloaddocs-3a27b3092ea9b34c88a3210c61ecdc0581a2a38d.tar.gz
docs-3a27b3092ea9b34c88a3210c61ecdc0581a2a38d.tar.bz2
docs-3a27b3092ea9b34c88a3210c61ecdc0581a2a38d.zip
fixing sphinx warnings
Diffstat (limited to 'api-mint.rst')
-rw-r--r--api-mint.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/api-mint.rst b/api-mint.rst
index 17d4dd58..14991621 100644
--- a/api-mint.rst
+++ b/api-mint.rst
@@ -559,7 +559,7 @@ Administrative API: Bank transactions
:>json string status: The string constant `NEW` or `DUP` to indicate
whether the transaction was truly added to the DB
- or whether it already existed in the DB
+ or whether it already existed in the DB
**Failure response**
@@ -583,6 +583,8 @@ Administrative API: Bank transactions
:>json object amount: Amount transferred to the merchant
:>json string transaction: Transaction identifier in the wire details
:>json base32 wire: Wire transaction details (as originally specified by the merchant)
+
+
**Success response**
:status 200: the operation succeeded
@@ -591,7 +593,7 @@ Administrative API: Bank transactions
:>json string status: The string constant `NEW` or `DUP` to indicate
whether the transaction was truly added to the DB
- or whether it already existed in the DB
+ or whether it already existed in the DB
**Failure response**