summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-03-02 20:00:34 +0100
committerFlorian Dold <florian@dold.me>2021-03-02 20:00:34 +0100
commit3fdffe01a60f48e9d850c43bc550aa91e92f5df5 (patch)
tree4211c76d8fe4ead9f17902d07c37b8f34194a6d2
parent537cdd4577ad663ce00a1af912fd996537347c4d (diff)
downloaddocs-3fdffe01a60f48e9d850c43bc550aa91e92f5df5.tar.gz
docs-3fdffe01a60f48e9d850c43bc550aa91e92f5df5.tar.bz2
docs-3fdffe01a60f48e9d850c43bc550aa91e92f5df5.zip
clarification
-rw-r--r--core/api-merchant.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index bb78f470..76c97a4c 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -941,9 +941,12 @@ Setting up instances
method: "external" | "token";
// For method "external", this field is mandatory.
- // It specifies the "Authentication" HTTP header required to
- // authorize management to access the instance.
+ // The token MUST begin with the string "secret-token:".
+ // After the auth token has been set (with method "token"),
+ // the value must be provided in a "Authorization: Bearer $token"
+ // header.
token?: string;
+
}