From 502eff95b7156db3e82c9551a928bdc0ffe8524d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Nov 2020 21:27:50 +0100 Subject: move auditor_pub into URL for consistency --- core/api-exchange.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core') 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; -- cgit v1.2.3