cURL
curl --request POST \ --url https://moderationapi.com/api/v1/queue/{id}/items/{itemId}/unresolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "comment": "<string>" }'
{ "success": true, "status": "<string>", "unresolvedAt": "<string>" }
Mark a previously resolved queue item as unresolved/pending
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The queue ID
The item ID to unresolve
Successful response
The response is of type object.
object
Was this page helpful?