The CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an existing HIT
Source:R/mturk_operations.R
mturk_create_additional_assignments_for_hit.RdThe create_additional_assignments_for_hit operation increases the maximum number of assignments of an existing HIT.
See https://www.paws-r-sdk.com/docs/mturk_create_additional_assignments_for_hit/ for full documentation.
Usage
mturk_create_additional_assignments_for_hit(
HITId,
NumberOfAdditionalAssignments,
UniqueRequestToken = NULL
)Arguments
- HITId
[required] The ID of the HIT to extend.
- NumberOfAdditionalAssignments
[required] The number of additional assignments to request for this HIT.
- UniqueRequestToken
A unique identifier for this request, which allows you to retry the call on error without extending the HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the extend HIT already exists in the system from a previous call using the same
UniqueRequestToken, subsequent calls will return an error with a message containing the request ID.