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
root |
string |
the root of the graph directory structure |
nodeID |
integer |
ID of the node to perform this operation on |
Post/Query Parameters
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
root |
|
nodeID |
|
parentNodeIDs |
|
childNodeIDs |
|
Result