Commit 1a6b5996 authored by pastushok's avatar pastushok
Browse files

Edit TS29482_AIMLES_AIMLEClientSelection.yaml to correct the parsing issue

parent 487849db
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SelectReq'
              $ref: '#/components/schemas/ClientSelReq'
      responses:
        '200':
          description: >
@@ -318,7 +318,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SelectResp'
                $ref: '#/components/schemas/ClientSelResp'
        '307':
          $ref: 'TS29122_CommonData.yaml#/components/responses/307'
        '308':