mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Document minimum server version for SearchChannels (#9698)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user