Add view private resources to version control.

{
"operationName": "addtosource",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1NjIyOH0.Qf8NAcs4R70tV2JuoTUV_1MnPCpXSsU0TTnvxv9bMMw"
},
"operationArguments": {
"scmResources": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"comment": "test_file"
}
]
}
}
operationName: string

Name of the operation.

"addtosource"
communication: object
token: string

A token that will be used for authentication purposes.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1NjIyOH0.Qf8NAcs4R70tV2JuoTUV_1MnPCpXSsU0TTnvxv9bMMw"
operationArguments: object
scmResources: object[]

A list of resource path names to operate on.

[
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"comment": "test_file"
}
]
resourcePath: string

Path to the view root or any resource within the view.

comment: string

Comment regarding the operation.