Update Channel Role Permissions
PATCH
/teams/{teamId}/channels/{channelId}/permissions/role/{roleId}Request
Path Params
teamId
string
required
channelId
string
required
roleId
string
required
Body Params application/json
allow
number
required
Name of the channel
deny
number
optional
Additional data related to the channel
Example
{
"allow": 0,
"deny": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 10 days ago