Commit 44216685 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

Fix issue #25: remove 412 error code from VNFLCM in 5.3.1

parent 8633705d
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -195,8 +195,6 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/components/responses/406"
        409:
          $ref: '#/components/responses/IndividualVnfInstance.Delete.409'
        412:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/components/responses/412"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/components/responses/500"
        503:
@@ -1181,8 +1179,7 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/components/responses/406"
        409:
          $ref: '#/components/responses/IndividualVnfSnapshot.Delete.409'
        412:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/components/responses/412"

        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/components/responses/500"
        503: