update_hit_review_status
(**kwargs)¶The UpdateHITReviewStatus
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.
See also: AWS API Documentation
Request Syntax
response = client.update_hit_review_status(
HITId='string',
Revert=True|False
)
[REQUIRED]
The ID of the HIT to update.
Specifies how to update the HIT status. Default is False
.
Reviewable
to Reviewing
Reviewing
to Reviewable
dict
Response Syntax
{}
Response Structure
Exceptions
MTurk.Client.exceptions.ServiceFault
MTurk.Client.exceptions.RequestError