cURL
curl --request PATCH \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedTargets \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "target": "<string>", "config": {} }'
{}
Modify the config object on a linkedTarget
ID of environment
ID of flow
ID of tenant
200
The response is of type object.
object