[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: unify field name
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: unify field name |
Date: |
Mon, 05 Jul 2021 00:45:41 +0200 |
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 90a5809 unify field name
90a5809 is described below
commit 90a580963e766b7de30779f2c2c3b2386e6504e0
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Jul 5 00:45:21 2021 +0200
unify field name
---
anastasis.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/anastasis.rst b/anastasis.rst
index 8d548de..5ceff11 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1640,7 +1640,7 @@ authentication method to remove. Note that the array is
0-indexed:
.. code-block:: json
{
- "auth_method_index": 1
+ "authentication_method": 1
}
Assuming we begin with the state from the example above, this would
@@ -1752,11 +1752,11 @@ An example for a possible argument would thus be:
{
"policy": [
{
- "auth_method_index": 1,
+ "authentication_method": 1,
"provider": "http://localhost:8088/"
},
{
- "auth_method_index": 3,
+ "authentication_method": 3,
"provider": "http://localhost:8089/"
}
]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: unify field name,
gnunet <=