Trivial: missing comma in the docs
Change-Id: Ib4719a651d78a875c70769f9b8611f1f6c103673
This commit is contained in:
@@ -284,9 +284,9 @@ will send the following in the API layer::
|
|||||||
|
|
||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"key1": "val1"
|
"key1": "val1",
|
||||||
"key2": "val2",
|
"key2": "val2",
|
||||||
"key3": "val3",
|
"key3": "val3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user