gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 01/03: fix add/del_policy


From: gnunet
Subject: [taler-docs] 01/03: fix add/del_policy
Date: Mon, 02 Nov 2020 12:03:49 +0100

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

dennis-neufeld pushed a commit to branch master
in repository docs.

commit c357138753f89e6ec6240944550f28d97f1e22be
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Sat Oct 31 12:07:06 2020 +0100

    fix add/del_policy
---
 anastasis.rst | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index 2401000..b051b40 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -945,7 +945,16 @@ Arguments (example):
 ::
 
     {
-      "policy": [1, 3]  //index of authentication method
+      "policy": [
+        {
+          "auth_method_index": 1,
+          "provider_id": "anastasis_01"
+        },
+        {
+          "auth_method_index": 3,
+          "provider_id": "anastasis_02"
+        }
+      ]
     }
 
 
@@ -955,7 +964,7 @@ Arguments (example):
 ::
 
   {
-    "policy": [1, 3]  //index of authentication method
+    "policy_index": 3
   }
 
 

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