Checkout the version controlled resources

{
"operationName": "checkout",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"reserveCheckout": true,
"scmResources": [
{
"comment": "Bug fix",
"resourcePath": "/views/test_view/test_vob/file1.txt"
}
]
}
}
operationName: string

Name of the operation

"checkout"
communication: object
token: string

Token which will be used for authorization

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
operationArguments: object
scmResources: object[]

List of resource path names on which to operate

[
{
"comment": "Bug fix",
"resourcePath": "/views/test_view/test_vob/file1.txt"
}
]
object
reserveCheckout: boolean

true - checkout the resource with reserve which does not allow others to checkout. false - checkout the resource with unreserve which allows others to checkout

true