MTurk / Client / update_hit_review_status
update_hit_review_status#
- MTurk.Client.update_hit_review_status(**kwargs)#
- The - UpdateHITReviewStatusoperation 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 ) - Parameters:
- HITId (string) – - [REQUIRED] - The ID of the HIT to update. 
- Revert (boolean) – - Specifies how to update the HIT status. Default is - False.- Setting this to false will only transition a HIT from - Reviewableto- Reviewing
- Setting this to true will only transition a HIT from - Reviewingto- Reviewable
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- MTurk.Client.exceptions.ServiceFault
- MTurk.Client.exceptions.RequestError