post https://{hostname}/test-management/v2/functional/test-cases/clone
Clones a list of functional test cases. To clone a functional test case, you need to modify at least one included object: condition, test request, or client profile. Test Center changes only the objects included in the request. Those not included in the request are taken from the source functional test cases. The operation responds with a partial-success 207 response that consists of two arrays: successes
and failures
. The successes
array lists all successfully cloned objects, whereas the failures
array provides details on any remainders that failed.