summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-31 13:11:03 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-31 13:11:09 +0100
commitcaa71e0fdf940fb8aa71fbd60261bfbdd55f5336 (patch)
tree34d803d59ded9d8b28acd327726e70d4d888f55d
parent036687869e33a7fe707aecf54de8921a965e02f1 (diff)
downloaddocs-caa71e0fdf940fb8aa71fbd60261bfbdd55f5336.tar.gz
docs-caa71e0fdf940fb8aa71fbd60261bfbdd55f5336.tar.bz2
docs-caa71e0fdf940fb8aa71fbd60261bfbdd55f5336.zip
expand API spec to deal with #6731
-rw-r--r--core/api-merchant.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a9c9d92e..0dbf7b0d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -825,6 +825,12 @@ Setting up instances
// Merchant name corresponding to this instance.
name: string;
+ // "Authentication" header required to authorize management access the instance.
+ // Optional, if not given authentication will be disabled for
+ // this instance (hopefully authentication checks are still
+ // done by some reverse proxy).
+ auth_token?: string;
+
// The merchant's physical address (to be put into contracts).
address: Location;
@@ -885,6 +891,12 @@ Setting up instances
// Merchant name corresponding to this instance.
name: string;
+ // "Authentication" header required to authorize management access the instance.
+ // Optional, if not given authentication will be disabled for
+ // this instance (hopefully authentication checks are still
+ // done by some reverse proxy).
+ auth_token?: string;
+
// The merchant's physical address (to be put into contracts).
address: Location;