{
"treeNodeId": "0afb260a-3011-4527-b84e-3a55922b340f",
"isDigHole": true,
"lod": 0,
"isTouchDown": true,
"visibleDistance": 0,
"priorityList": [
{
"treeNodeId": "0afb260a-3011-4527-b84e-3a55922b340f"
}
]
}
curl --location --request PUT '/blackHole3D/project/sceneTree/v3/updateSceneVectorConfig' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"treeNodeId": "0afb260a-3011-4527-b84e-3a55922b340f",
"isDigHole": true,
"lod": 0,
"isTouchDown": true,
"visibleDistance": 0,
"priorityList": [
{
"treeNodeId": "0afb260a-3011-4527-b84e-3a55922b340f"
}
]
}'
{
"isSuccess": true,
"errMsg": "string"
}