Update Team Channel
PATCH
/teams/{teamId}/channels/{channelId}Request
Path Params
teamId
string
required
channelId
string
required
Header Params
Content-Type
string
optional
Example:
application/json
Authorization
string
optional
Example:
Bot <token>
Body Params application/json
name
string
required
Name of the channel
additionalData
object
optional
Additional data related to the channel
streamChannel
string | null
optional
Required if the type is watchstream
streamPlatform
enum<string> | enum<null>
optional
Required if the type is watchstream. Supported Values: 'twitch'
Allowed value:
twitch
Example
{
"name": "string",
"additionalData": {
"streamChannel": "string",
"streamPlatform": "twitch"
}
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 9 days ago