gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (cc9b934 -> d881b72)


From: gnunet
Subject: [taler-docs] branch master updated (cc9b934 -> d881b72)
Date: Wed, 08 Jan 2020 14:34:28 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository docs.

    from cc9b934  fix copy and paste error
     new 0f6e408  return proper HTTP status code
     new d881b72  typo

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-wire-plugin-bank.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core/api-wire-plugin-bank.rst b/core/api-wire-plugin-bank.rst
index 7209e98..5a78195 100644
--- a/core/api-wire-plugin-bank.rst
+++ b/core/api-wire-plugin-bank.rst
@@ -27,7 +27,7 @@ Authentication
 --------------
 
 The wire plugin authenticates requests to the bank service via
-`HTTP basic auth <https://tools.ietf.org/html/rfc7617>`.
+`HTTP basic auth <https://tools.ietf.org/html/rfc7617>`_.
 
 -------------------
 Making Transactions
@@ -52,6 +52,9 @@ Making Transactions
     the recipient's account.  The body is a `TransactionResponse`
   :status 400 Bad Request: The bank replies a `BankError` object.
   :status 406 Not Acceptable: The request had wrong currency; the bank replies 
a `BankError` object.
+  :status 409 Conflict:
+    A transaction with the same ``transaction_uid`` but different transaction 
details
+    has been submitted before.
 
   **Details:**
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]