Skip to main content
PATCH
UpdateTestMeasurement

Authorizations

Authorization
string
header
required

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

Body

application/json
testMeasurement
object
required
updateMask
string

The field mask specifying which fields to update. The fields available to be updated are name, measurement_type, numeric_value, string_value, boolean_value, unit, numeric_bounds, string_bounds, passed, timestamp, description, and channel_names and metadata. When metadata is in the mask, the supplied list replaces all existing metadata for the measurement; sending an empty or omitted list clears all metadata.

Response

A successful response.

testMeasurement
object