:doc:`MTurk <../../mturk>` / Client / update_hit_review_status

************************
update_hit_review_status
************************



.. py:method:: MTurk.Client.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 <https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatus>`_  


  **Request Syntax**
  ::

    response = client.update_hit_review_status(
        HITId='string',
        Revert=True|False
    )
    
  :type HITId: string
  :param HITId: **[REQUIRED]** 

    The ID of the HIT to update.

    

  
  :type Revert: boolean
  :param Revert: 

    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``
    

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MTurk.Client.exceptions.ServiceFault`

  
  *   :py:class:`MTurk.Client.exceptions.RequestError`

  