summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7447023f..9425174e 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -597,7 +597,7 @@ Management operations authorized by master key
}
-.. http:post:: /management/auditors/disable
+.. http:post:: /management/auditors/$AUDITOR_PUB/disable
This request will be used to disable the use of the given auditor.
We use POST instead of DELETE because the exchange will retain state
@@ -627,9 +627,6 @@ Management operations authorized by master key
interface AuditorTeardownMessage {
- // The auditor's EdDSA signing public key.
- auditor_pub: EddsaPublicKey;
-
// Signature by the exchange master key.
// Must have purpose TALER_SIGNATURE_MASTER_AUDITOR_DEL.
master_sig: EddsaSignature;