summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-29 16:20:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-29 16:20:42 +0100
commit9d4cd5f655fefac520c156a2c3f6962363bff825 (patch)
tree537c84693ab646d6f4bb672b3e2af8b847ea7778
parent1f03f5ea5a940186aad160cd01e3f4ffac0e3841 (diff)
downloaddocs-9d4cd5f655fefac520c156a2c3f6962363bff825.tar.gz
docs-9d4cd5f655fefac520c156a2c3f6962363bff825.tar.bz2
docs-9d4cd5f655fefac520c156a2c3f6962363bff825.zip
need human-readable name of the auditor
-rw-r--r--core/api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 313aa4e6..b4a9c69f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -594,6 +594,9 @@ Management operations authorized by master key
// base URL of the auditor
auditor_url: string;
+ // human-readable name of the auditor
+ auditor_name: string;
+
// The auditor's EdDSA signing public key.
auditor_pub: EddsaPublicKey;