Duplicate a Multi-Test
API Explorer: /multi-tests/{collectionId}/duplicate
To duplicate a test suite, a collectionId
is required. The sample code duplicates the test suite with the collectionId
of 12345678
. Use the actual ID value for the test suite to return the detail of that test suite.
Caution: If you do not know the collectionId
of the test suite to duplicate, use List Multi-Tests to return a list of your created test suites.
Duplicate a Multi-Test
Duplicate a Multi-Test Response Attributes
For the full details of all the attributes for the test suite (multi-test), you can visit The Multi-Test Object.
Response201 Created
For the full details of all the attributes for the test suite (multi-test), you can visit The Multi Test Object.