gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -simplify API for implementation


From: gnunet
Subject: [taler-docs] branch master updated: -simplify API for implementation
Date: Sat, 21 Jan 2023 23:08:53 +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 f7ff873  -simplify API for implementation
f7ff873 is described below

commit f7ff87358870419d91c58ece8d3cffe666efd9b2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 21 23:08:51 2023 +0100

    -simplify API for implementation
---
 core/api-exchange.rst | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 1729924..bfbf593 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1108,7 +1108,7 @@ Management operations authorized by master key
     }
 
 
-.. http:post:: /management/aml-officers/$OFFICER_PUB
+.. http:post:: /management/aml-officers
 
   Update settings for an AML Officer status.
 
@@ -1134,6 +1134,9 @@ Management operations authorized by master key
   .. ts:def:: AmlOfficerSetup
     interface AmlOfficerSetup {
 
+      // Public key of the AML officer
+      officer_pub: EddsaPublicKey;
+
       // Legal full name of the AML officer
       officer_name: string;
 
@@ -1154,9 +1157,9 @@ Management operations authorized by master key
     }
 
 
-    .. http:post:: /management/partners/$PARTNER_PUB
+  .. http:post:: /management/partners
 
-  Enables a partner exchange for wad transfers.
+    Enables a partner exchange for wad transfers.
 
   .. note::
 
@@ -1183,6 +1186,9 @@ Management operations authorized by master key
       // Base URL of the partner exchange
       partner_base_url: string;
 
+      // Master (offline) public key of the partner exchange.
+      partner_pub: EddsaPublicKey;
+
       // How frequently will wad transfers be made
       wad_frequency: RelativeTime;
 

-- 
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]