Fixed wrong attribute name.

This commit is contained in:
Thorsten Eckel 2015-07-09 11:38:06 +02:00
parent 7aff2a4b08
commit fa3dc11e98

View file

@ -42,17 +42,17 @@ Example:
"sync":{ "sync":{
"search":[ "search":[
{ {
"item":"#otrs", "term":"#otrs",
"type": "mixed", # optional, possible 'mixed' (default), 'recent', 'popular' "type": "mixed", # optional, possible 'mixed' (default), 'recent', 'popular'
"group_id:": 1, "group_id:": 1,
"limit": 1, # optional "limit": 1, # optional
}, },
{ {
"item":"#zombie23", "term":"#zombie23",
"group_id:": 2, "group_id:": 2,
}, },
{ {
"item":"#otterhub", "term":"#otterhub",
"group_id:": 3, "group_id:": 3,
} }
], ],