summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-25 21:27:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-25 21:27:50 +0100
commit502eff95b7156db3e82c9551a928bdc0ffe8524d (patch)
treecf4ca44141712527a2a8b5e5ec2dbf7924ecc907 /core
parent9202c59f1dc5aead6bdc4ade01ce1ad08af250d8 (diff)
downloaddocs-502eff95b7156db3e82c9551a928bdc0ffe8524d.tar.gz
docs-502eff95b7156db3e82c9551a928bdc0ffe8524d.tar.bz2
docs-502eff95b7156db3e82c9551a928bdc0ffe8524d.zip
move auditor_pub into URL for consistency
Diffstat (limited to 'core')
-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;