Skip to main content
PUT
Update User Channel

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channel_id
integer
required

Body

application/json
channel_name
string | null
config
Config · object | null
is_active
boolean | null

Response

Successful Response

channel_type
string
required

e.g. telegram, feishu

config
Config · object
required

Channel specific configuration

id
integer
required
user_id
integer
required
created_at
string<date-time>
required
channel_name
string | null

User-friendly name

is_active
boolean
default:true
updated_at
string<date-time> | null