Skip to main content
PATCH
UpdateRun

Authorizations

Authorization
string
header
required

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

Body

application/json

The request for a call to RunService_UpdateRun to update an existing run.

The request for a call to RunService_UpdateRun to update an existing run.

run
object
required
updateMask
string
required

The list of fields to be updated. The fields available to be updated are name, description, start_time, stop_time, is_pinned, client_key, tags,is_archived, and metadata. 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. Additionally, client_key can only be set once either in run creation or in update. Any subsequent attempt to update client_key will result in an error.

Response

A successful response.

The response of a call to RunService_UpdateRun containing the updated run.

run
object
required