Approve Assignment

PUT /v1/approve-assignment

See original API description on Amazon Mechanical Turk.

Headers

  • Content-Type string Required

    Values are application/x-amz-json-1.1 or application/json. Default value is application/json.

Responses

PUT /v1/approve-assignment
curl \
 -X PUT https://yourcrowd.ai.moda/api/v1/approve-assignment \
 -H "Content-Type: application/json" \
 -d '{"AssignmentId":"123RVWYBAZW00EXAMPLE444RVWYBAZW01EXAMPLE","RequesterFeedback":"string","OverrideRejection":true}'
Request example
# Headers
Content-Type: application/json

# Payload
{
  "AssignmentId": "123RVWYBAZW00EXAMPLE444RVWYBAZW01EXAMPLE",
  "RequesterFeedback": "string",
  "OverrideRejection": true
}
Request examples
# Headers
Content-Type: application/json

# Payload
{
  "AssignmentId": "123RVWYBAZW00EXAMPLE444RVWYBAZW01EXAMPLE",
  "RequesterFeedback": "string",
  "OverrideRejection": true
}