Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_hit_review_status

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
)
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 Reviewable to Reviewing
    • Setting this to true will only transition a HIT from Reviewing to Reviewable
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • MTurk.Client.exceptions.ServiceFault
  • MTurk.Client.exceptions.RequestError