Skip to main content
PATCH
UpdateTestStep

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
testStep
object
required
updateMask
string

The field mask specifying which fields to update. The fields available to be updated are name, description, step_type, step_path, test_case, status, start_time, end_time, error_info, and metadata. When metadata is in the mask, the supplied list replaces all existing metadata for the test step; sending an empty or omitted list clears all metadata.

Response

A successful response.

testStep
object