---
title: "Updates an integration fields passthrough setting"
method: PATCH
path: "/integrations/{integration_id}/integration-fields/{integration_field_id}"
tags: ["General"]
---

# Updates an integration fields passthrough setting

`PATCH /integrations/{integration_id}/integration-fields/{integration_field_id}`

When enabled, the integration field will be passed as part of the `integration_fields` array on the specific model endpoint. Providing false will disable the passthrough for the specified field.

## Path parameters

- `integration_id` string, required
- `integration_field_id` string, required

## Request body

- PatchIntegrationsIntegrationIdIntegrationFieldsIntegrationFieldIdRequestBody
  - `enable_passthrough` boolean, nullable, required

## Response `200`

PATCH /integrations/:integration_id/integration-fields/:integration_field_id Positive response

- PatchIntegrationsIntegrationIdIntegrationFieldsIntegrationFieldIdPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `id` string, required — The unique ID of the field.
    - `key` string, required — The key of the field in the remote system.
    - `model` string, required — The model the field is associated with.
    - `type` 'DEFAULT' | 'CUSTOM', required — The type of the integration field. There is a type to avoid collisions between DEFAULT fields and CUSTOM fields with the same key.
    - `label` string, nullable, required — The label of the field in the remote system.
    - `is_passthrough_enabled` boolean, required — Whether the field is included in the integrations_fields array of the corresponding model.
    - `is_writable` false, required — This field is related to a deprecated feature and means nothing, but is kept for backwards compatibility.

## Other responses

- `default` — The standard error response with just the platform error codes.

---

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