Commit 762d4bbc authored by Eisha Ayaz's avatar Eisha Ayaz
Browse files

fix issue #25: remove error code 412 as per SOL 003

parent 320843bc
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -197,8 +197,7 @@ 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:
@@ -1188,8 +1187,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: