Skip to main content
Test StepsUpdate Test Step By ID
TestMu AI
StatusCommunityBlog
Test Steps

Update Test Step By ID

Deprecated: Use PUT /api/v2/test-cases with step_events instead.

PUT
/api/v1/test-steps/{test_step_id}
Update Test Step By ID
curl --request PUT \
--url "https://test-manager-api.lambdatest.com//api/v1/test-steps/{test_step_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test step 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_step_idstringrequired

Response

application/json

OK

messagestring
Example: "Test step updated successfully"
typestring
Example: "Success"
Update Test Step By ID
curl --request PUT \
--url "https://test-manager-api.lambdatest.com//api/v1/test-steps/{test_step_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test step updated successfully",
"type": "Success"
}