Test Runs›
Test Runs
Duplicate Test Run
Duplicate Test Run
POST
/api/v1/test-run/duplicate/{test_run_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
test_run_idstringrequired
Response
application/jsonOK
messagestring
Example:
"Test Run duplicated successfully"typestring
Example:
"Success"idstring
Example:
"new_id"