title: ParticipantsIDPutResponse
type: object
description: 'The object sent in the PUT /participants/{ID} callback.'
properties:
  partyList:
    type: array
    items:
      $ref: ./PartyResult.yaml
    minItems: 1
    maxItems: 10000
    description: >-
      List of PartyResult elements that were either created or failed to be
      created.
  currency:
    $ref: ./Currency.yaml
required:
  - partyList
