post https://{hostname}/test-management/v2/functional/config-versions//restore
Restores a deleted config version in Test Center. You can restore either an empty config version or a config version together with all the included objects, test suites, functional test cases, test requests, and conditions. The operation has three possible outcomes. When restoreChildResources
is false
, a 200 response provides the restored object in the successes
array. When restoreChildResources
is true
, the operation responds with the partial-success 207 response and various objects in the appropriate successes
or failures
arrays. Regardless of the restoreChildResources
value, if there's a problem with restoring the config version object, the operation responds with a 4xx status.