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":{
|
||||
"search":[
|
||||
{
|
||||
"item":"#otrs",
|
||||
"term":"#otrs",
|
||||
"type": "mixed", # optional, possible 'mixed' (default), 'recent', 'popular'
|
||||
"group_id:": 1,
|
||||
"limit": 1, # optional
|
||||
},
|
||||
{
|
||||
"item":"#zombie23",
|
||||
"term":"#zombie23",
|
||||
"group_id:": 2,
|
||||
},
|
||||
{
|
||||
"item":"#otterhub",
|
||||
"term":"#otterhub",
|
||||
"group_id:": 3,
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue