Update Run In Annotation Queue.
func (
r *AnnotationQueueRunService) Update(ctx context.Context,
queueID string,
queueRunID string,
body AnnotationQueueRunUpdateParams,
opts ...option.RequestOption) (res *AnnotationQueueRunUpdateResponse,
err error
)Update Run In Annotation Queue
Deprecated: Deprecated: use the annotation queue items update method (PATCH /api/v1/platform/annotation-queues/{queue_id}/items/{item_id}) instead. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
queueRunID* | string | |
body* | AnnotationQueueRunUpdateParams | |
opts* | ...option.RequestOption |