View a markdown version of this page

UpdateHITTypeOfHIT - Amazon Mechanical Turk

Amazon Mechanical Turk will permanently close on September 30, 2026. For Workers and Requesters currently using the service, visit our Amazon Mechanical Turk help page to learn how you can prepare for this closure.

UpdateHITTypeOfHIT

Description

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.

Request Syntax

{ "HITId": String, "HITTypeId": String }

Request Parameters

The request accepts the following data in JSON format:

Name Description Required

HITId

The HIT to update.

Type: String

Yes

HITTypeId

The ID of the new HIT type.

Type: String

Yes

Response Elements

A successful request for the UpdateHITTypeOfHIT operation returns with no errors and an empty body.