Rename the version-controlled resource to a new name in the same directory.

{
"operationName": "rename",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
},
"operationArguments": {
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\wtest14",
"newName": "t2"
}
}
operationName: string

Name of the operation.

"rename"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
operationArguments: object
resourcePath: string

Path to the view root or any resource in the view.

"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\wtest14"
newName: string

New name to which the resource should be renamed.

"t2"