commit 502eff95b7156db3e82c9551a928bdc0ffe8524d
parent 9202c59f1dc5aead6bdc4ade01ce1ad08af250d8
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 25 Nov 2020 21:27:50 +0100
move auditor_pub into URL for consistency
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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;