Move Node

ID: moveNode

Moves a source association into a new location in the content graph. The association is unlinked from its source node and linked to the target parent node. The association type and properties are preserved.

Configuration

Property Type Required Default Description

repositoryId

text

The ID of the repository of the source association.

branchId

text

The ID of the branch of the source association.

nodeId

text

The ID of the source association.

targetRepositoryId

text

The ID of the repository of the target parent node.

targetBranchId

text

The ID of the branch of the target parent node.

targetNodeId

text

The ID of the target parent node.