paws.analytics (version 0.1.0)

mturk_update_hit_type_of_hit: The UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT

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.

Usage

mturk_update_hit_type_of_hit(HITId, HITTypeId)

Arguments

HITId

[required] The HIT to update.

HITTypeId

[required] The ID of the new HIT type.

Request syntax

svc$update_hit_type_of_hit(
  HITId = "string",
  HITTypeId = "string"
)