Skip to main content
Test RunsBulk Update Test Run Instances
TestMu AI
StatusCommunityBlog
Test Runs

Bulk Update Test Run Instances

Bulk Update Test Run Instances

PUT
/api/v1/test-run/{test_run_id}/bulk-update
Bulk Update Test Run Instances
curl --request PUT \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/{test_run_id}/bulk-update" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"test_run_instances": []
}'
{
"message": "Test Run Instances updated successfully",
"type": "Success"
}

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/json
test_run_instancesarray

Response

application/json

OK

messagestring
Example: "Test Run Instances updated successfully"
typestring
Example: "Success"
Bulk Update Test Run Instances
curl --request PUT \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/{test_run_id}/bulk-update" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"test_run_instances": []
}'
{
"message": "Test Run Instances updated successfully",
"type": "Success"
}