Move the resources to the destination directory path
{
"operationName": "move",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"destination": "/views/test_view/another_vob/",
"scmResources": [
{
"comment": "Bug fix",
"resourcePath": "/views/test_view/test_vob/file1.txt"
}
]
}
}
Name of the operation
"move"
Token which will be used for authorization
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
Destination is directory path within a view, where resources need to be moved
"/views/test_view/another_vob/"
List of resource path names on which to operate
[
{
"comment": "Bug fix",
"resourcePath": "/views/test_view/test_vob/file1.txt"
},
{
"comment": "Bug 23 fix",
"resourcePath": "/views/test_view/test_vob/file2.txt"
}
]