summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-05 00:45:21 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-05 00:45:38 +0200
commit90a580963e766b7de30779f2c2c3b2386e6504e0 (patch)
treead0f4f3af8c9505dd5247884d3f35b48f875963e /anastasis.rst
parent9ddc172412e05a7df5a304f0eb29f9a26a94ada2 (diff)
downloaddocs-90a580963e766b7de30779f2c2c3b2386e6504e0.tar.gz
docs-90a580963e766b7de30779f2c2c3b2386e6504e0.tar.bz2
docs-90a580963e766b7de30779f2c2c3b2386e6504e0.zip
unify field name
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 8d548de0..5ceff112 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/"
}
]