Update the view from the repository.

{
"operationName": "updateview",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2ODEyMn0.JDXdvgCDdq_fEXahewr-A6AA6Yr_DhyqLS7OOZr5wpA"
},
"operationArguments": {
"viewPath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001",
"hijackedHandling": "keep"
}
}
operationName: string

Name of the operation.

"updateview"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2ODEyMn0.JDXdvgCDdq_fEXahewr-A6AA6Yr_DhyqLS7OOZr5wpA"
operationArguments: object
viewPath: string

Path in the view where you will perform operation.

"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"
hijackedHandling: string

Specify handling of hijacked resources: 'keep' to retain files as-is, 'overwrite' to revert files to pre-hijack state, 'rename' to revert files to pre-hijack state while keeping the renamed copy. If not specified, the default is 'update' hijacked file.

"keep"