Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The request for a call to RunService_UpdateRun to update an existing run.
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, 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.