title: TransfersIDPatchResponse
type: object
additionalProperties: false
description: 'PATCH /transfers/{ID} object'
properties:
  completedTimestamp:
    $ref: ./DateTime.yaml
  transferState:
    $ref: ./TransferState.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - completedTimestamp
  - transferState
