upgrade ldap api docs to refrect 0.8.3 change to returned json of policies (#3421)
This commit is contained in:
parent
eb418f59a0
commit
974332c2c5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue