gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarify API


From: gnunet
Subject: [taler-docs] branch master updated: clarify API
Date: Mon, 01 Mar 2021 23:25:50 +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 fc65218  clarify API
     new 078e4fb  Merge branch 'master' of git+ssh://git.taler.net/docs
fc65218 is described below

commit fc65218aa7a0179418a8531423ce158b35d661a8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Mar 1 23:25:43 2021 +0100

    clarify API
---
 anastasis.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index 3d0bc1f..8e6d002 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1207,6 +1207,10 @@ Expected new state:
 
 **add_authentication**:
 
+Note that the "instructions" must be given in Crockford Base32
+encoding. We use here ASCII-Text that is both, but in reality,
+any text must be first Crockford Base32 encoded!
+
 Arguments (example):
 
 .. code-block:: json
@@ -1217,7 +1221,7 @@ Arguments (example):
         "type": "question",
         "mime_type" : "text/plain",
         "instructions" : "What is your favorite GNU package?",
-        "challenge" : "gdb",
+        "challenge" : "poke",
       }
     }
 
@@ -1232,7 +1236,7 @@ Expected new state:
           "type": "question",
           "mime_type" : "text/plain",
           "instructions" : "What is your favorite GNU package?",
-          "challenge" : "gdb",
+          "challenge" : "poke",
         },
         {
           "type": "email",
@@ -1242,7 +1246,7 @@ Expected new state:
     }
 
 
-**del_authentication**:
+**delete_authentication**:
 
 Arguments (example):
 
@@ -1378,7 +1382,7 @@ Expected new state:
     }
 
 
-**del_policy:**
+**delete_policy:**
 
 Arguments (example):
 

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