---
title: "Update Linear teams for store ingestion"
method: PUT
path: "/v1/integrations/linear/teams"
tags: ["integrations"]
---

# Update Linear teams for store ingestion

`PUT /v1/integrations/linear/teams`

Replace the Linear teams selected for ingestion into a store.

## Request body

- LinearTeamSelectionUpdateParams — Parameters for selecting Linear teams for store ingestion.
  - `installation_id` string, uuid, required — Linear installation ID
  - `team_ids` string[], required — Linear team IDs to ingest into the store

## Response `200`

Updated Linear team selection

- LinearTeamSelectionUpdateResponse — Linear team selection update response.
  - `data` LinearTeamSelectionUpdate, required — Result of updating Linear team selection.
    - `store_id` string, required — Mixedbread store ID
    - `selected_team_ids` string[], required — Selected Linear team IDs
    - `backfill_team_ids` string[], required — Teams queued for backfill ingestion
    - `skipped_teams` object, required — Team IDs skipped with a reason

## 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/revisions/2eece97b5ae5/schema)
