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

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 resolve

Body

application/json
comment
string

Optional comment

Response

200 - application/json
resolvedAt
string
required

Timestamp when the item was resolved

success
boolean
required
comment
string

Optional comment

Was this page helpful?