Set a channel notification level
PUT/api/chat/channels/{channelId}/prefs
PUT
/api/chat/channels/{channelId}/prefs
all notifies on every message, mentions only when you’re named, none mutes the channel including mentions.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”channelId
required
string format: uuid
Request Body
Section titled “Request Body”Notification level
object
notificationLevel
required
string
Responses
Section titled “Responses”Level stored
object
ok
required
boolean
data
Invalid input
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden
object
ok
required
boolean
error
required
string
code
string
Channel not found
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
