POST
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedTargets
curl --request POST \
  --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": {
    "target": "<string>",
    "symlink": {
      "entity": "<string>",
      "id": "<string>"
    },
    "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
target
object
required

The target & settings info you wish to link

Response

200 - application/json

The response is of type object.