Log the caller's reviewer status for a RUN or THREAD annotation queue item.
func (
r *AnnotationQueueItemService) NewStatus(ctx context.Context,
queueItemID string,
body AnnotationQueueItemNewStatusParams,
opts ...option.RequestOption) (res *AnnotationQueueItemNewStatusResponse,
err error
)Log the caller's reviewer status for a RUN or THREAD annotation queue item. A null status re-shows the item for this reviewer.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueItemID* | string | |
body* | AnnotationQueueItemNewStatusParams | |
opts* | ...option.RequestOption |