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,