From 974332c2c53b57cccab05b65e1f53e7d37195bdb Mon Sep 17 00:00:00 2001 From: Daniel DeFisher Date: Wed, 4 Oct 2017 15:40:28 -0400 Subject: [PATCH] upgrade ldap api docs to refrect 0.8.3 change to returned json of policies (#3421) --- website/source/api/auth/ldap/index.html.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/website/source/api/auth/ldap/index.html.md b/website/source/api/auth/ldap/index.html.md index b0ff4ecfd..5ebf6938c 100644 --- a/website/source/api/auth/ldap/index.html.md +++ b/website/source/api/auth/ldap/index.html.md @@ -208,7 +208,10 @@ $ curl \ ```json { "data": { - "policies": "admin,default" + "policies": [ + "admin", + "default" + ] }, "renewable": false, "lease_id": "" @@ -332,7 +335,10 @@ $ curl \ ```json { "data": { - "policies": "admin,default", + "policies": [ + "admin", + "default" + ], "groups": "" }, "renewable": false,