Fixed wrong attribute name.
This commit is contained in:
parent
7aff2a4b08
commit
fa3dc11e98
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue