Sazabi
APIIntegrations

Update Slack connection configuration

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

Update Slack connection configuration. Omitted fields are left unchanged.

Path Parameters

connectionId*string

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

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/integrations/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/slack-configuration" \  -H "Content-Type: application/json" \  -d '{}'
{  "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d",  "defaultProjectId": "fb6ef57a-a71a-42cd-9bf7-57d2b77fb4af",  "automaticResponses": true,  "acknowledgementMessage": true}