taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 90a580963e766b7de30779f2c2c3b2386e6504e0
parent 9ddc172412e05a7df5a304f0eb29f9a26a94ada2
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  5 Jul 2021 00:45:21 +0200

unify field name

Diffstat:
Manastasis.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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/" } ]