Move the resources to the destination directory path.
{
"operationName": "move",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
},
"operationArguments": {
"destination": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows",
"scmResources": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t2",
"comment": "move"
}
]
}
}
Name of the operation.
"move"
Token that will be used for authentication.
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
Destination is directory path within a view, where resources need to be moved.
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows"
List of resource path names to operate on.
[
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t2",
"comment": "move"
}
]
Path to the view root or any resource in the view.
Comment for the operation.