Update the view from the repository

{
"operationName": "updateview",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"hijackedHandling": "keep",
"viewPath": "/views/test_view/"
}
}
operationName: string

Name of the operation

"updateview"
communication: object
token: string

Token which will be used for authorization

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
operationArguments: object
viewPath: string

Path in view in which to perform operation

"/views/test_view/"
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 renamed copy. If not specified, default is ‘update’ hijacked file

"keep"