Reference
Remy Reference/Admin SDK/Jewels/Resolve a queue item

Resolve a queue item

Approves or dismisses one queue item; approving applies the method as the caller.
admin.jewels.resolve({ itemId, action, input? })

Approves or dismisses one approval-queue item. Approve runs the method for real as the calling user, grades the proposed-versus-final pair, and closes the item; pass an edited input to apply a corrected version (recorded as an edited resolution, the richest training signal). Dismiss closes it without acting. The request holds for a full jewel run, so allow minutes.

Parameters
<itemId>
string
RequiredThe queue item id from a queue listing.
--approve
flag
Apply the proposal for real as the calling user.
--dismiss
flag
Close the item without acting.
--input
json
An edited input to apply instead of the proposal (approve only; recorded as edited).
CLI
remy-admin jewels resolve 6f1e… --approve