openapi: 3.0.0
info:
version: '2017-01-17'
x-release: v4
title: 'Amazon Mechanical Turk #X Amz Target=MTurkRequesterServiceV20170117.AcceptQualificationRequest #X Amz Target=MTurkRequesterServiceV20170117.AcceptQualificationRequest #X Amz Target=MTurkRequesterServiceV20170117.RejectQualificationRequest API'
description:
The RejectQualificationRequest operation rejects a user's request for a Qualification.
You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.
responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RejectQualificationRequestResponse' '480': description: ServiceFault content: application/json: schema: $ref: '#/components/schemas/ServiceFault' '481': description: RequestError content: application/json: schema: $ref: '#/components/schemas/RequestError' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RejectQualificationRequestRequest' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - MTurkRequesterServiceV20170117.RejectQualificationRequest summary: Amazon Mechanical Turk Reject Qualification Request tags: - '#X Amz Target=MTurkRequesterServiceV20170117.RejectQualificationRequest' components: schemas: ServiceFault: {} RequestError: {} String: type: string RejectQualificationRequestResponse: type: object properties: {} RejectQualificationRequestRequest: type: object required: - QualificationRequestId title: RejectQualificationRequestRequest properties: QualificationRequestId: allOf: - $ref: '#/components/schemas/String' - description: ' The ID of the Qualification request, as returned by theListQualificationRequests operation. '
Reason:
allOf:
- $ref: '#/components/schemas/String'
- description: A text message explaining why the request was rejected, to be shown to the Worker who made the request.
parameters:
X-Amz-Algorithm:
name: X-Amz-Algorithm
in: header
schema:
type: string
required: false
X-Amz-Credential:
name: X-Amz-Credential
in: header
schema:
type: string
required: false
X-Amz-Signature:
name: X-Amz-Signature
in: header
schema:
type: string
required: false
X-Amz-Security-Token:
name: X-Amz-Security-Token
in: header
schema:
type: string
required: false
X-Amz-Date:
name: X-Amz-Date
in: header
schema:
type: string
required: false
X-Amz-SignedHeaders:
name: X-Amz-SignedHeaders
in: header
schema:
type: string
required: false
X-Amz-Content-Sha256:
name: X-Amz-Content-Sha256
in: header
schema:
type: string
required: false
securitySchemes:
hmac:
type: apiKey
name: Authorization
in: header
description: Amazon Signature authorization v4
x-amazon-apigateway-authtype: awsSigv4
externalDocs:
description: Amazon Web Services documentation
url: https://docs.aws.amazon.com/mturk-requester/
x-hasEquivalentPaths: true