POST
/
queue
/
{id}
/
items
/
{itemId}
/
unresolve

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The queue ID

itemId
string
required

The item ID to unresolve

Body

application/json
comment
string

Optional reason for unresolving the item

Response

200 - application/json
status
string
required

New status of the item

success
boolean
required
unresolvedAt
string
required

Timestamp when the item was unresolved

Was this page helpful?