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"
}
}
Name of the operation.
"updateview"
Token that will be used for authentication.
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2ODEyMn0.JDXdvgCDdq_fEXahewr-A6AA6Yr_DhyqLS7OOZr5wpA"
Path in the view where you will perform operation.
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"
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"