gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: expand API spec to deal with #6731


From: gnunet
Subject: [taler-docs] branch master updated: expand API spec to deal with #6731
Date: Sun, 31 Jan 2021 13:11:11 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new caa71e0  expand API spec to deal with #6731
caa71e0 is described below

commit caa71e0fdf940fb8aa71fbd60261bfbdd55f5336
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 31 13:11:03 2021 +0100

    expand API spec to deal with #6731
---
 core/api-merchant.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a9c9d92..0dbf7b0 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;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]