{
"targetNodeId": "6433fcc1-dd3a-4f36-b431-9acc36789ab5",
"nodeIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
curl --location --request PUT '/blackHole3D/project/wmtsTree/v3/moveNodes' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetNodeId": "6433fcc1-dd3a-4f36-b431-9acc36789ab5",
"nodeIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'
{
"isSuccess": true,
"errMsg": "string"
}