Restores the file to its state before it was checked-out.

{
"operationName": "uncheckout",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
},
"operationArguments": {
"resourcePaths": [
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1"
],
"keep": true
}
}
operationName: string

Name of the operation.

"uncheckout"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
operationArguments: object
resourcePaths: string[]

List of resource path names to operate on.

[
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1"
]
keep: boolean

If 'true', it creates backup file with the '.keep' extension.

true