---
title: "Sets the schema IDs that are valid for this integration.  All other schemas will be removed."
method: PUT
path: "/integrations/{id}/issueTracker/schemaIds"
tags: ["WorkspaceIntegration"]
---

# Sets the schema IDs that are valid for this integration.  All other schemas will be removed.

`PUT /integrations/{id}/issueTracker/schemaIds`

Sets the list of valid schema IDs for this integration, and removes all schemas not referenced by this list.

## Path parameters

- `id` string, required

## Request body

- string[]

## Response `204`

Schema IDs set

## Other responses

- `400` — Required field missing, or specified integration is not an issue tracker type
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Integration not found
- `default` — Unknown error

---

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