Get the fields
Query the run to get the fields that exist on the run steps you want to update:Update a field value
From the example response above, suppose you want to update field1462 because your test equipment can determine pass or fail. Use this mutation:
- Because it updates data, it’s a
mutation. - The mutation is
updateRunStepFieldValue. - The field
idis1462and thevalueyou’re setting istrue. - It includes the
etagof the original field. Theetagprevents accidental data overwrites by enforcing concurrency control.
id and the updated value of the field.