post:
  description: >-
    The HTTP request `POST /participants` is used to create information in the
    server regarding the provided list of identities. This request should be
    used for bulk creation of FSP information for more than one Party. The
    optional currency parameter should indicate that each provided Party
    supports the currency.
  summary: Create bulk participant information
  tags:
    - participants
  operationId: Participants1
  parameters:
    - $ref: ../components/parameters/Accept.yaml
    - $ref: ../components/parameters/Content-Length.yaml
    - $ref: ../components/parameters/Content-Type.yaml
    - $ref: ../components/parameters/Date.yaml
    - $ref: ../components/parameters/X-Forwarded-For.yaml
    - $ref: ../components/parameters/FSPIOP-Source.yaml
    - $ref: ../components/parameters/FSPIOP-Destination.yaml
    - $ref: ../components/parameters/FSPIOP-Encryption.yaml
    - $ref: ../components/parameters/FSPIOP-Signature.yaml
    - $ref: ../components/parameters/FSPIOP-URI.yaml
    - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
  requestBody:
    description: Participant information to be created.
    required: true
    content:
      application/json:
        schema:
          $ref: ../components/schemas/ParticipantsPostRequest.yaml
  responses:
    '202':
      $ref: ../components/responses/202.yaml
    '400':
      $ref: ../components/responses/400.yaml
    '401':
      $ref: ../components/responses/401.yaml
    '403':
      $ref: ../components/responses/403.yaml
    '404':
      $ref: ../components/responses/404.yaml
    '405':
      $ref: ../components/responses/405.yaml
    '406':
      $ref: ../components/responses/406.yaml
    '501':
      $ref: ../components/responses/501.yaml
    '503':
      $ref: ../components/responses/503.yaml
