PATCH
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedSources
curl --request PATCH \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedSources \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "tap": "<string>",
  "field_map": {},
  "config": {}
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Body

application/json
tap
string
required

Name of tap to update

field_map
object

JSON object representing all fields to pull

config
object

JSON object containing config values to update

Response

200 - application/json

The response is of type object.