gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document new failure case


From: gnunet
Subject: [taler-docs] branch master updated: document new failure case
Date: Sat, 26 Dec 2020 16:23:39 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new df1fecf  document new failure case
df1fecf is described below

commit df1fecf0954b831e59b906f0aad3b9e3c9d8f494
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Dec 26 16:23:37 2020 +0100

    document new failure case
---
 core/api-auditor.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index 74216bf..fd3803c 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -141,13 +141,18 @@ paid out first.
   :http:statuscode:`200 Ok`:
         The auditor responds with a `DepositAudited` object.
         This request should virtually always be successful.
+  :http:statuscode:`403 Forbidden`:
+        The signature on the deposit confirmation is invalid.
+  :http:statuscode:`410 Gone`:
+        The public key used to sign the deposit confirmation
+        was revoked.
 
   **Details:**
 
   .. ts:def:: DepositAudited
 
     interface DepositAudited {
-      // TODO: do we care for the auditor to sign this?
+      // TODO: maybe change to ``204 No content`` instead?
     }
 
   .. ts:def:: DepositConfirmation

-- 
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]