Commit ace04e85 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed typo

parent 2c3c1fa7
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -1991,6 +1991,13 @@ paths:
        in: header
        required: false
        type: string
    post:
      description: >
        The POST method initiates cancelling an ongoing VNF lifecycle
        operation while it is being executed or rolled back, i.e. the related
        "Individual VNF LCM operation occurrence" is either in "PROCESSING" or
        "ROLLING_BACK" state.
      parameters:
        - name: cancelMode
          description: >
            The POST request to this resource shall include a CancelMode
@@ -2000,12 +2007,6 @@ paths:
          required: true
          schema:
            $ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode"
    post:
      description: >
        The POST method initiates cancelling an ongoing VNF lifecycle
        operation while it is being executed or rolled back, i.e. the related
        "Individual VNF LCM operation occurrence" is either in "PROCESSING" or
        "ROLLING_BACK" state.
      responses:
        202:
          description: >