paws.analytics (version 0.1.0)

mturk_update_hit_review_status: The UpdateHITReviewStatus operation updates the status of a HIT

Description

The UpdateHITReviewStatus operation updates the status of a HIT. If the status is Reviewable, this operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.

Usage

mturk_update_hit_review_status(HITId, Revert)

Arguments

HITId

[required] The ID of the HIT to update.

Revert

Specifies how to update the HIT status. Default is False.

  • Setting this to false will only transition a HIT from Reviewable to Reviewing

  • Setting this to true will only transition a HIT from Reviewing to Reviewable

Request syntax

svc$update_hit_review_status(
  HITId = "string",
  Revert = TRUE|FALSE
)