Partially update mutable timestamps (added_at, last_reviewed_time) for a RUN or.
func (
r *AnnotationQueueItemService) Update(ctx context.Context,
queueID string,
itemID string,
body AnnotationQueueItemUpdateParams,
opts ...option.RequestOption) (res *AnnotationQueueItemUpdateResponse,
err error
)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.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
itemID* | string | |
body* | AnnotationQueueItemUpdateParams | |
opts* | ...option.RequestOption |