Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateHITReviewStatusRequest

import type { UpdateHITReviewStatusRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface UpdateHITReviewStatusRequest {
HITId: string;
Revert?: boolean | null;
}

§Properties

§
HITId: string
[src]

The ID of the HIT to update.

§
Revert?: boolean | null
[src]

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