post https://{hostname}/test-management/v2/functional/test-suites//restore
Restores a deleted test suite. You can restore either an empty test suite or a test suite together with all the included objects, 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 test suite object, the operation responds with a 4xx status.