summaryrefslogtreecommitdiff
path: root/core/api-auditor.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-auditor.rst')
-rw-r--r--core/api-auditor.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index 74216bf7..fd3803ce 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