upgrade ldap api docs to refrect 0.8.3 change to returned json of policies (#3421)

This commit is contained in:
Daniel DeFisher 2017-10-04 15:40:28 -04:00 committed by Jeff Mitchell
parent eb418f59a0
commit 974332c2c5
1 changed files with 8 additions and 2 deletions

View File

@ -208,7 +208,10 @@ $ curl \
```json ```json
{ {
"data": { "data": {
"policies": "admin,default" "policies": [
"admin",
"default"
]
}, },
"renewable": false, "renewable": false,
"lease_id": "" "lease_id": ""
@ -332,7 +335,10 @@ $ curl \
```json ```json
{ {
"data": { "data": {
"policies": "admin,default", "policies": [
"admin",
"default"
],
"groups": "" "groups": ""
}, },
"renewable": false, "renewable": false,