Refresh the version controlled resources

{
"operationName": "refresh",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"resourcePaths": [
"/views/test_view/test_vob/file1.txt",
"/views/test_view/test_vob/file2.txt"

]
}
}
operationName: string

Name of the operation

"refresh"
communication: object
token: string

Token which will be used for authorization

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
operationArguments: object
resourcePaths: string[]

List of resource path names on which to operate

[
"/views/test_view/test_vob/file1.txt",
"/views/test_view/test_vob/file2.txt"

]
string