summaryrefslogtreecommitdiffstats
path: root/plugin/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/api.go')
-rw-r--r--plugin/api.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/api.go b/plugin/api.go
index 186e74e44..3e35811b8 100644
--- a/plugin/api.go
+++ b/plugin/api.go
@@ -154,6 +154,8 @@ type API interface {
UpdateChannel(channel *model.Channel) (*model.Channel, *model.AppError)
// SearchChannels returns the channels on a team matching the provided search term.
+ //
+ // Minimum server version: 5.6
SearchChannels(teamId string, term string) (*model.ChannelList, *model.AppError)
// AddChannelMember creates a channel membership for a user.