cURL
curl --request PATCH \ --url https://api.hotglue.com/{env_id}/{flow_id}/{tenant}/linkedSources \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "tap": "<string>", "field_map": {}, "config": {} } '
{}
Modify the field map or change the config for a linked source
ID of environment
ID of flow
ID of tenant
Name of tap to update
JSON object representing all fields to pull
JSON object containing config values to update
200
The response is of type object.
object