Test Runs›
Test Runs
Bulk Update Test Run Instances
Bulk Update Test Run Instances
PUT
/api/v1/test-run/{test_run_id}/bulk-update
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
Body
application/jsontest_run_instancesarray
Response
application/jsonOK
messagestring
Example:
"Test Run Instances updated successfully"typestring
Example:
"Success"