---
title: "Update Slack custom settings"
method: PUT
path: "/api/v1/slack/custom-settings"
tags: ["Integrations"]
---

# Update Slack custom settings

`PUT /api/v1/slack/custom-settings`

Update slack notification channel to send notifications to scheduled jobs fail

## Request body

- SlackAppCustomSettings
  - `unfurlsEnabled` boolean
  - `aiMultiAgentProjectUuids` string[], nullable
  - `aiMultiAgentChannelId` string
  - `aiRequireOAuth` boolean
  - `aiThreadAccessConsent` boolean
  - `slackChannelProjectMappings` SlackChannelProjectMapping[]
    - `availableTags` string[], nullable, required
    - `slackChannelId` string, required
    - `projectUuid` string, required
  - `appProfilePhotoUrl` string, nullable, required
  - `notificationChannel` string, nullable, required

## Response `200`

Success

- ApiSlackCustomSettingsResponse
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
