Modify the field map or change the config for a linked connector
curl --request PATCH \ --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "connector_id": "<string>", "field_map": {}, "config": {} }'
{}
ID of environment
ID of flow
ID of tenant
200
The response is of type object.
object