gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Circuit API: fix leftovers.


From: gnunet
Subject: [taler-docs] branch master updated: Circuit API: fix leftovers.
Date: Mon, 02 Jan 2023 17:27:50 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new eeb50a7  Circuit API: fix leftovers.
eeb50a7 is described below

commit eeb50a70c72ae407ff32e9b0c4f1ab573bd7b731
Author: MS <ms@taler.net>
AuthorDate: Mon Jan 2 17:21:12 2023 +0100

    Circuit API: fix leftovers.
---
 libeufin/api-sandbox.rst | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index defae80..afbc351 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -134,10 +134,8 @@ Accounts
      
      interface CircuitAccountReconfiguration {
 
-       // Addresses where to send the TAN.  If
-       // this field is missing, then the cashout
-       // won't succeed.
-       contact_data?: CircuitContactData;
+       // Addresses where to send the TAN.
+       contact_data: CircuitContactData;
 
        // 'payto' address pointing the bank account
        // where to send payments, in case the user
@@ -311,7 +309,7 @@ Cashouts
      The exchange rate was incorrectly applied.
    :http:statuscode:`403 Forbidden`:
      A institutional user (``admin`` or ``bank``) tried the operation.
-   :http:statuscode:`409 Forbidden`:
+   :http:statuscode:`409 Conflict`:
      The user did not share any contact data where to send the TAN.
    :http:statuscode:`412 Precondition failed`:
      The account does not have sufficient funds.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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