Update kv-v2.html.md (#4614)

correct the payload format for "Configure the KV Engine" and "Update Metadata"
This commit is contained in:
nelson 2018-05-25 00:44:44 +08:00 committed by Jeff Mitchell
parent 463a3ebea9
commit 196d054f70
1 changed files with 4 additions and 8 deletions

View File

@ -42,10 +42,8 @@ key-value store.
```json
{
"data": {
"max_versions": 5,
"cas_required": false
}
"max_versions": 5,
"cas_required": false
}
```
@ -410,10 +408,8 @@ have an ACL policy granting the `update` capability.
```json
{
"data": {
"max_versions": 5,
"cas_required": false
}
"max_versions": 5,
"cas_required": false
}
```