mturk_update_expiration_for_hit {paws.analytics} | R Documentation |
The UpdateExpirationForHIT operation allows you update the expiration time of a HIT
Description
The update_expiration_for_hit
operation allows you update the expiration time of a HIT. If you update it to a time in the past, the HIT will be immediately expired.
See https://www.paws-r-sdk.com/docs/mturk_update_expiration_for_hit/ for full documentation.
Usage
mturk_update_expiration_for_hit(HITId, ExpireAt)
Arguments
HITId |
[required] The HIT to update. |
ExpireAt |
[required] The date and time at which you want the HIT to expire |
[Package paws.analytics version 0.7.0 Index]