Update Expiration For Hit
mturk_update_expiration_for_hit | 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.
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 |
Value¶
An empty list.
Request syntax¶
svc$update_expiration_for_hit(
HITId = "string",
ExpireAt = as.POSIXct(
"2015-01-01"
)
)