PUT
/
components
/
links

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Body

application/json
parent_component_id
string
required

Database id for parent component

child_component_id
string
required

Database id for child component

process_id
string
required

Database id for process where linking occurs.

dataset_id
string
required

Database id for dataset where linking occurs.

Response

200 - application/json
id
string

Database id for component link

component_id
string

Database id of parent component

has_child_of_id
string

Database id for child component

process_id
string

Database id for process where linking happens

dataset_id
string

Dataset id for linking.