Document minimum server version for SearchChannels (#9698)

This commit is contained in:
Hanzei
2018-10-17 23:43:15 +02:00
committed by Jesse Hallam
parent 77f3da1eaf
commit db1123b8b2

View File

@@ -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.