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

**********************
update_hit_type_of_hit
**********************



.. py:method:: MTurk.Client.update_hit_type_of_hit(**kwargs)

  

  The ``UpdateHITTypeOfHIT`` operation allows you to change the HITType properties of a HIT. This operation disassociates the HIT from its old HITType properties and associates it with the new HITType properties. The HIT takes on the properties of the new HITType in place of the old ones.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHIT>`_  


  **Request Syntax**
  ::

    response = client.update_hit_type_of_hit(
        HITId='string',
        HITTypeId='string'
    )
    
  :type HITId: string
  :param HITId: **[REQUIRED]** 

    The HIT to update.

    

  
  :type HITTypeId: string
  :param HITTypeId: **[REQUIRED]** 

    The ID of the new HIT type.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  