---
title: "Update Slack channels for store ingestion"
method: PUT
path: "/v1/integrations/slack/channels"
tags: ["integrations"]
---

# Update Slack channels for store ingestion

`PUT /v1/integrations/slack/channels`

Replace the Slack channels selected for ingestion into a store.

## Request body

- SlackChannelSelectionUpdateParams — Parameters for selecting Slack channels for store ingestion.
  - `installation_id` string, uuid, required — Slack installation ID
  - `channel_ids` string[], required — Slack channel IDs to ingest into the store

## Response `200`

Updated Slack channel selection

- SlackChannelSelectionUpdateResponse — Slack channel selection update response.
  - `data` SlackChannelSelectionUpdate, required — Result of updating Slack channel selection.
    - `store_id` string, required — Mixedbread store ID
    - `selected_channel_ids` string[], required — Selected Slack channel IDs
    - `joined_channel_ids` string[], required — Slack channels the app joined while saving
    - `backfill_channel_ids` string[], required — Slack channels queued for historical ingestion
    - `skipped_channels` object, required — Slack channel IDs skipped by Slack error

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
