Add runs to an annotation queue with the specified queue ID.
addRunsToAnnotationQueue(queueId: string, runIds: string[]): Promise<void>| Name | Type | Description |
|---|---|---|
queueId* | string | The ID of the annotation queue |
runIds* | string[] | The IDs of the runs to be added to the annotation queue |