create_additional_assignments_for_hit(**kwargs)¶The CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an existing HIT.
To extend the maximum number of assignments, specify the number of additional assignments.
Note
AWS.MechanicalTurk.InvalidMaximumAssignmentsIncrease exception.AWS.MechanicalTurk.HITTooOldForExtension exception.See also: AWS API Documentation
Request Syntax
response = client.create_additional_assignments_for_hit(
HITId='string',
NumberOfAdditionalAssignments=123,
UniqueRequestToken='string'
)
[REQUIRED]
The ID of the HIT to extend.
[REQUIRED]
The number of additional assignments to request for this HIT.
UniqueRequestToken , subsequent calls will return an error with a message containing the request ID.dict
Response Syntax
{}
Response Structure
Exceptions
MTurk.Client.exceptions.ServiceFaultMTurk.Client.exceptions.RequestError