Commit 5c022fac authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

fix issue #14 - update patch request content type header in v4.3.1

parent 7f44613d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ components:
    IndividualAlarmRequest:
      description: The parameter for the alarm modification
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: definitions/SOL002VNFFaultManagement_def.yaml#/definitions/AlarmModifications
      required: true
+1 −1
Original line number Diff line number Diff line
@@ -1373,7 +1373,7 @@ components:
    VnfInstanceModificationRequest:
      description: Input parameters for VNF info modification
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest
      required: true
+2 −2
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@ components:
    PmJobModificationRequest:
      description: Parameters for the PM job modification
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: definitions/SOL002VNFPerformanceManagement_def.yaml#/definitions/PmJobModifications
      required: true
@@ -555,7 +555,7 @@ components:
    ThresholdModificationRequest:
      description: Parameters for the threshold modification.
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: definitions/SOL002VNFPerformanceManagement_def.yaml#/definitions/ThresholdModifications
      required: true
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ components:
    IndividualAlarmRequest:
      description: The VNF creation parameters
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: "definitions/SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications"
      required: true
+2 −2
Original line number Diff line number Diff line
@@ -1438,7 +1438,7 @@ components:
      description: |
        Parameters for the VNF modification, as defined in clause 5.5.2.12.
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest"
      required: true
@@ -1557,7 +1557,7 @@ components:
      description: |
        Parameters for the VNF snapshot information modification, as defined in clause 5.5.2.24.
      content:
        application/json:
        application/merge-patch+json:
          schema:
            $ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfoModificationRequest"
      required: true
Loading