Skip to main content
PATCH
Update a Slack app's ambient mode

Authorizations

Authorization
string
header
required

Dairo API key, e.g. dairo_test_... or dairo_live_...

Path Parameters

appId
string
required

The Slack app id (e.g. A012ABCD0A0).

Body

application/json

The only mutable field on a Slack app.

ambientMode
enum<string>
required

'store' requires a context_mode='ambient' app.

Available options:
off,
store

Response

Success

A Slack app's ambient state after a patch.

appId
string
required
contextMode
enum<string>
required
Available options:
mentions,
ambient
ambientMode
enum<string>
required
Available options:
off,
store