{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-schema/amazon-mechanical-turk-update-hit-review-status-request-schema.json", "title": "UpdateHITReviewStatusRequest", "description": "UpdateHITReviewStatusRequest schema from Amazon Mechanical Turk API", "type": "object", "properties": { "HITId": { "allOf": [ { "$ref": "#/components/schemas/EntityId" }, { "description": " The ID of the HIT to update. " } ] }, "Revert": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "
Specifies how to update the HIT status. Default is False.
Setting this to false will only transition a HIT from Reviewable to Reviewing
Setting this to true will only transition a HIT from Reviewing to Reviewable