Trivial: missing comma in the docs

Change-Id: Ib4719a651d78a875c70769f9b8611f1f6c103673
This commit is contained in:
Clenimar Filemon
2016-07-01 19:19:55 -03:00
parent 1828552b9c
commit 3832d5342f

View File

@@ -284,9 +284,9 @@ will send the following in the API layer::
{
"key": {
"key1": "val1"
"key1": "val1",
"key2": "val2",
"key3": "val3",
"key3": "val3"
}
}