Cattura CaptureCast HTTP API Documentation

graphBuilder.linkNode

Attach a node to one or more parents and/or children.

Method URL

POST graphBuilder/{root}/nodes/{nodeID}/link

Requires Authorization

This method requires the following permissions: view

URL Parameters

Name Type Description
root string the root of the graph directory structure
nodeID integer ID of the node to perform this operation on

Post/Query Parameters

Name Type Description
parentNodeIDs integer list list of parent node IDs to link the specified node to
childNodeIDs integer list list of child node IDs to link the specified node to

Example

curl 'http://'

Test Method

Parameters

Name Type
root
nodeID
parentNodeIDs
childNodeIDs

Result