modify

open fun modify(run: Run, request: ModifyRunRequest): Run

Modifies the given run to have the given updated values.

Parameters

run

The run to modify

request

The values to update the run with


abstract fun modify(id: String, request: ModifyRunRequest): Run

Modifies the run with the given id to have the given updated values.

Parameters

id

The id of the run to modify

request

The values to update the run with