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 Original line 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"
            to an API consumer. The API consumer shall have previously created an "individual subscription resource"
            with a matching filter.
            with a matching filter.
          parameters:
          parameters:
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Version"
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Version
            - $ref: "../components/SOL005_params.yaml#/components/parameters/Authorization"
            - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization
          requestBody:
          requestBody:
            $ref: "#/components/requestBodies/CapacityShortageNotificationRequest"
            $ref: "#/components/requestBodies/CapacityShortageNotificationRequest"
          responses:
          responses:
            "204":
            "204":
              $ref: '#/components/responses/CapacityShortageNotification.Post'
              $ref: '#/components/responses/CapacityShortageNotification.Post'
            "400":
            "400":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/400'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/400
            "401":
            "401":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/401'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/401
            "403":
            "403":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/403'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/403
            "404":
            "404":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/404'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/404
            "405":
            "405":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/405'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/405
            "406":
            "406":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/406'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/406
            "422":
            "422":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/422'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/422
            "500":
            "500":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/500'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/500
            "503":
            "503":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/503'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/503
            "504":
            "504":
              $ref: '../responses/SOL005_resp.yaml#/components/responses/504'
              $ref: ../responses/SOL005_resp.yaml#/components/responses/504


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