Updates a run identified by its ID. The body should contain only the fields to be changed; unknown fields are ignored.
update(
runID: string,
body: RunUpdateParams,
options: RequestOptions
): APIPromise<RunUpdateResponse>| Name | Type | Description |
|---|---|---|
runID* | string | |
body* | RunUpdateParams | |
options | RequestOptions |