Component Instances
Create Component Instance Link
Endpoint to create a link between two component instances
PUT
/
components
/
instances
/
links
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Body
application/json
Database id for the parent component instance id.
Database id for the child component instance id. Note, if this component instance is serialized (component type "SN"), then it will automatically break any links it had with prior parents.
Database id for the process entry where the link occured
Database id for the dataset for which the link was created.
If true, will break all prior links for the parent. I.e. if an axle had a tire linked to it, and a new link was created with this option set to true, that link between the axle and tire would be broken.