From fa3dc11e98f8bc789723dd0ff252ba414262fa3e Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 9 Jul 2015 11:38:06 +0200 Subject: [PATCH] Fixed wrong attribute name. --- app/controllers/channels_controller.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/channels_controller.rb b/app/controllers/channels_controller.rb index d3ac62ff0..bb0dc9fac 100644 --- a/app/controllers/channels_controller.rb +++ b/app/controllers/channels_controller.rb @@ -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, } ],