Skip to main content
PATCH
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

token_id
string<uuid>
required
workspace_id
string<uuid>
required

Body

application/json

Request schema for updating an external channel token.

config
SlackChannelTokenConfig · object | null

Updated channel configuration payload

is_active
boolean | null

Activation state

Response

Successful Response

Response schema for an external channel token.

id
string<uuid>
required
workspace_id
string<uuid>
required
agent_preset_id
string<uuid>
required
channel_type
enum<string>
required

Supported external channel types.

Available options:
slack
config
SlackChannelTokenConfig · object
required

Slack channel token configuration.

is_active
boolean
required
public_token
string
required
endpoint_url
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required