taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 3fdffe01a60f48e9d850c43bc550aa91e92f5df5
parent 537cdd4577ad663ce00a1af912fd996537347c4d
Author: Florian Dold <florian@dold.me>
Date:   Tue,  2 Mar 2021 20:00:34 +0100

clarification

Diffstat:
Mcore/api-merchant.rst | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 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; + }