---
title: "Replace integration key link"
method: PUT
path: "/v1/IntegrationKeyLink/{id}"
tags: ["IntegrationKeyLink"]
---

# Replace integration key link

`PUT /v1/IntegrationKeyLink/{id}`

Replace an existing integration key link.

## Path parameters

- `id` integer, required

## Request body

- RevAppUpdateModelsIntegrationKeyLinkUpdate
  - `integration_key_link_id` integer — Primary identifier for this integration key link.
  - `integration_system_id` integer — Foreign identifier for the integration system this key link is associated with.
  - `integration_entity_type_id` integer — Foreign identifier for the integration entity type this key link is associated with.
  - `internal_id` integer — Foreign identifier to a data structure internal to Rev.io.
  - `external_id` string — Foreign identifier a data structure outside of Rev.io.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

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