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

Authorizations

x-api-key
string
header
required

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
source_id
string
required

ID of the source to link

config
object

Configuration for the source

Response

200
application/json
200

The response is of type object.