Updates a run identified by its ID.
func (
r *RunService) Update(ctx context.Context,
runID string,
body RunUpdateParams,
opts ...option.RequestOption) (res *RunUpdateResponse,
err error
)Updates a run identified by its ID. The body should contain only the fields to be changed; unknown fields are ignored.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
runID* | string | |
body* | RunUpdateParams | |
opts* | ...option.RequestOption |