Skip to main content
PUT
Update an annotation queue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

queue_id
string
required

Annotation queue ID

Body

application/json
id
string
required
Minimum string length: 1
name
string
Maximum string length: 200
description
string
Maximum string length: 1000
filters
object
enabled
boolean
add_event_ids
string[]
remove_event_ids
string[]

Response

Queue updated successfully

queue
object
required
message
string
required