Skip to main content
Test RunsUpdate Test Run Instance
TestMu AI
StatusCommunityBlog
Test Runs

Update Test Run Instance

Update Test Run Instance

PUT
/api/v1/test-run/instance/{test_instance_id}
Update Test Run Instance
curl --request PUT \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/instance/{test_instance_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test Run Instance 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_instance_idstringrequired

Response

application/json

OK

messagestring
Example: "Test Run Instance updated successfully"
typestring
Example: "Success"
Update Test Run Instance
curl --request PUT \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/instance/{test_instance_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test Run Instance updated successfully",
"type": "Success"
}