Skip to main content
PATCH
Slack Bot Update Options

Authorizations

Authorization
string
header
required

API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.

Body

application/json

Partial SlackBotOptions update — only provided fields change.

digest_channel_id=None explicitly clears the digest target (turns the digest off for the app), so absence and null are distinct — hence exclude_unset at the write site.

digest_channel_id
string | null
digest_cadence
enum<string> | null
Available options:
daily,
weekly
digest_hour_utc
integer | null
Required range: 0 <= x <= 23
gamification
boolean | null
channel_personal_scope
boolean | null
interject_enabled
boolean | null
interject_channels
string[] | null
capture_emoji
string | null
Required string length: 1 - 100
Pattern: ^[a-z0-9_+-]+$

Response

Successful Response

configured
boolean
required
installed
boolean
required
viewer_is_owner
boolean
default:false
workspace_name
string | null
workspace_id
string | null
installed_at
string | null
healthy
boolean | null
options
Options · object