Check out the version-controlled resources.
{
"operationName": "checkout",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
},
"operationArguments": {
"scmResources": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"comment": "checkout"
}
],
"reserveCheckout": true
}
}
Name of the operation.
"checkout"
Token that will be used for authentication.
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE1ODM3MX0.RP24TNPK66QzSpGB1iQA3xc_OjUKlLBo7j_NV2UI1NQ"
List of resource path names to operate on.
[
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"comment": "checkout"
}
]
Path to the view root or any resource in the view.
Comment regarding the operation.
true - Check out the resource with reserve that does not allow others to check it out. false - Check out the resource with unreserve that allows others to check it out.
true