Rename the version controlled resource to a new name in the same directory
{
"operationName": "rename",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"newName": "new_file.txt",
"resourcePath": "/views/test_view/test_vob/file1.txt"
}
}
Name of the operation
"rename"
Token which will be used for authorization
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
Path to the view root or any resource in the view
"/views/test_view/test_vob/file1.txt"
New name to which resource need to be renamed
"new_file.txt"