summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
authorDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-10-31 12:07:06 +0100
committerDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-11-02 12:03:22 +0100
commitc357138753f89e6ec6240944550f28d97f1e22be (patch)
treee70a553161c063a2d49ad83f9ecc12118ee10b06 /anastasis.rst
parentd9b6c67958212e33170c075f9b1aeef3c3aa2b49 (diff)
downloaddocs-c357138753f89e6ec6240944550f28d97f1e22be.tar.gz
docs-c357138753f89e6ec6240944550f28d97f1e22be.tar.bz2
docs-c357138753f89e6ec6240944550f28d97f1e22be.zip
fix add/del_policy
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst13
1 files 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
}