Check in the checked-out resources, and it creates a new version.

{
"operationName": "checkin",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
},
"operationArguments": {
"scmResources": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"comment": "checkin"
}
],
"checkinIdentical": true
}
}
operationName: string

Name of the operation.

"checkin"
communication: object
token: string

A token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
operationArguments: object
scmResources: object[]

List of resource path names to operate on.

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

Path of a checked-out file in the view.

comment: string

Comment regarding the operation.

checkinIdentical: boolean

If set to 'true', this option requires a check-in even when the resource contents are identical to those of the predecessor.

true