title: ThirdpartyRequestsAuthorizationsIDPutResponseRejected
type: object
description: 'The object sent in the PUT /thirdpartyRequests/authorizations/{ID} callback.'
properties:
  responseType:
    $ref: ./AuthorizationResponseTypeRejected.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - responseType
