Commit a43ce0b3 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

Minor fix in NFVI CI Interface

parent eee3fc49
Loading
Loading
Loading
Loading
Loading
+27 −27
Original line number Diff line number Diff line
@@ -839,62 +839,62 @@ components:
            to an API consumer. The API consumer shall have previously created an "individual subscription resource"
            with a matching filter.
          parameters:
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Version"
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Authorization"
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Version
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization
          requestBody:
            $ref: "#/components/requestBodies/CapacityShortageNotificationRequest"
          responses:
            "204":
              $ref: '#/components/responses/CapacityShortageNotification.Post'
            "400":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/400'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/400
            "401":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/401'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/401
            "403":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/403'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/403
            "404":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/404'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/404
            "405":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/405'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/405
            "406":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/406'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/406
            "422":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/422'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/422
            "500":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/500'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/500
            "503":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/503'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/503
            "504":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/504'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/504

        get:
          description: >-
            The GET method allows the API producer to test the notification endpoint that is provided by the API consumer,
            e.g. during subscription.
          parameters:
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Version"
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Accept"
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Authorization"
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Version
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization
          responses:
            "204":
              $ref: '#/components/responses/CapacityShortageNotification.Get'
            "400":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/400'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/400
            "401":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/401'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/401
            "403":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/403'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/403
            "404":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/404'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/404
            "405":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/405'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/405
            "406":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/406'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/406
            "422":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/422'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/422
            "500":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/500'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/500
            "503":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/503'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/503
            "504":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/504'
 No newline at end of file
              $ref: ../responses/SOL005_resp.yaml#/components/responses/504
 No newline at end of file