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

ApproveAssignmentRequest

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

§Properties

§
AssignmentId: string
[src]

The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

§
OverrideRejection?: boolean | null
[src]

A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.

§
RequesterFeedback?: string | null
[src]

A message for the Worker, which the Worker can see in the Status section of the web site.