Integrations

Update Slack connection configuration

Update Slack connection configuration. Omitted fields are left unchanged.

patch/integrations/connections/{connectionId}/slack-configuration

Path parameters

connectionIdstring uuid required

Slack integration connection ID (the integration_connections.id, not the Slack team id).

Request body

organizationIdstring

Organization the connection belongs to. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

defaultProjectIdstring uuid nullable

Project new threads route to when no channel mapping matches. Pass null to clear it. Omit to leave unchanged.

automaticResponsesboolean

Omit to leave unchanged.

acknowledgementMessageboolean

Omit to leave unchanged.

Response

OK

connectionIdstring uuid required
defaultProjectIdstring uuid nullable required

Project new threads route to when no channel mapping matches.

automaticResponsesboolean required

Auto-respond to messages in channels the bot is in (autoReactEnabled).

acknowledgementMessageboolean required

Post a processing acknowledgement while a run is in flight (processingMessageEnabled).

Changes

No recorded changes to this endpoint across all 4 revisions of this API.