From c357138753f89e6ec6240944550f28d97f1e22be Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Sat, 31 Oct 2020 12:07:06 +0100 Subject: fix add/del_policy --- anastasis.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/anastasis.rst b/anastasis.rst index 24010008..b051b408 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 } -- cgit v1.2.3