From db1123b8b28739ab78e46d8ec21f9aaa00ab520d Mon Sep 17 00:00:00 2001 From: Hanzei <16541325+hanzei@users.noreply.github.com> Date: Wed, 17 Oct 2018 23:43:15 +0200 Subject: Document minimum server version for SearchChannels (#9698) --- plugin/api.go | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3-1-g7c22