Test Steps›
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}
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/jsonOK
messagestring
Example:
"Test step updated successfully"typestring
Example:
"Success"