v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439144149.2 KB

The <code>UpdateHITReviewStatus</code> operation updates the status of a HIT. If the status is Reviewable, this operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.

post/#X-Amz-Target=MTurkRequesterServiceV20170117.UpdateHITReviewStatus

Headers

X-Amz-Target'MTurkRequesterServiceV20170117.UpdateHITReviewStatus' required

Request body

HITIdstring required

The ID of the HIT to update.

Revertboolean
<p> Specifies how to update the HIT status. Default is <code>False</code>. </p> <ul> <li> <p> Setting this to false will only transition a HIT from <code>Reviewable</code> to <code>Reviewing</code> </p> </li> <li> <p> Setting this to true will only transition a HIT from <code>Reviewing</code> to <code>Reviewable</code> </p> </li> </ul>

Response

Success

UpdateHITReviewStatusResponse required