Partially update mutable timestamps (added_at, last_reviewed_time) for a RUN or THREAD annotation queue item. Omit a field, or pass JSON null, to leave it unchanged.
update(
itemID: string,
params: ItemUpdateParams,
options: RequestOptions
): APIPromise<ItemUpdateResponse>| Name | Type | Description |
|---|---|---|
itemID* | string | |
params* | ItemUpdateParams | |
options | RequestOptions |