UpdateRun
Updates an existing run using using the list of fields specified in `update_mask`.
PATCH
/
api
/v2
/runs
Request Body
application/json
RequiredThe request for a call to RunService_UpdateRun
to update an existing run.
run
Requiredobject
updateMask
Requiredstring
The list of fields to be updated. The fields available to be updated are name
, description
,
start_time
, stop_time
, is_pinned
, and tags
.
Important Note: When updating the start_time
, please be aware that if a subsequent data ingestion
commences for this run, the start_time
will be automatically overwritten and set to the timestamp
corresponding to the beginning of the latest run.
A successful response.