---
title: "Update Slack connection configuration"
method: PATCH
path: "/integrations/connections/{connectionId}/slack-configuration"
tags: ["Integrations"]
---

# Update Slack connection configuration

`PATCH /integrations/connections/{connectionId}/slack-configuration`

Update Slack connection configuration. Omitted fields are left unchanged.

## Path parameters

- `connectionId` string, uuid, required — Slack integration connection ID (the `integration_connections.id`, not the Slack team id).

## Request body

- object
  - `organizationId` string — 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).
  - `defaultProjectId` string, uuid, nullable — Project new threads route to when no channel mapping matches. Pass null to clear it. Omit to leave unchanged.
  - `automaticResponses` boolean — Omit to leave unchanged.
  - `acknowledgementMessage` boolean — Omit to leave unchanged.

## Response `200`

OK

- object
  - `connectionId` string, uuid, required
  - `defaultProjectId` string, uuid, nullable, required — Project new threads route to when no channel mapping matches.
  - `automaticResponses` boolean, required — Auto-respond to messages in channels the bot is in (autoReactEnabled).
  - `acknowledgementMessage` boolean, required — Post a processing acknowledgement while a run is in flight (processingMessageEnabled).

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
