---
title: "Update linked sources"
method: PATCH
path: "/{env_id}/{flow_id}/{tenant}/linkedSources"
---

# Update linked sources

`PATCH /{env_id}/{flow_id}/{tenant}/linkedSources`

Modify the field map or change the config for a linked source

## Path parameters

- `env_id` string, required
- `flow_id` string, required
- `tenant` string, required

## Request body

- object
  - `tap` string, required — Name of tap to update
  - `field_map` object, nullable — JSON object representing all fields to pull
  - `config` object, nullable — JSON object containing config values to update
  - `delete_fields` string[] — List of configuration fields to delete

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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