Skip to main content
To update a field on a run step, first query the run to find the field you want, then run a mutation to set its value.

Get the fields

Query the run to get the fields that exist on the run steps you want to update:
The response looks like this:
In the response, find the field that you want to update.

Update a field value

From the example response above, suppose you want to update field 1462 because your test equipment can determine pass or fail. Use this mutation:
The mutation includes the etag of the original field. The etag prevents accidental data overwrites by enforcing concurrency control.