Commit 090481fa authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

update PATCH requestBody ref in VNF Performance Mgmt for SOL003 in v3.3.1-maintenance

parent c0e55544
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ paths:
        6.4.3.3.4-1 and 6.4.3.3.4-2 for URI query parameters, request
        and response data structures, and response codes.
      requestBody:
        $ref: '#/components/requestBodies/PmJobModificationsRequest'
        $ref: '#/components/requestBodies/PmJobModificationRequest'
      responses:
        200:
          $ref: '#/components/responses/IndividualPMJob.Patch.200'
@@ -389,7 +389,7 @@ paths:
        6.4.6.3.4-1 and 6.4.6.3.4-2 for URI query parameters, request
        and response data structures, and response codes.
      requestBody:
        $ref: '#/components/requestBodies/ThresholdModificationsRequest'
        $ref: '#/components/requestBodies/ThresholdModificationRequest'
      responses:
        200:
          $ref: '#/components/responses/IndividualThreshold.Patch.200'
@@ -905,7 +905,7 @@ components:
            $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/CreateThresholdRequest"
      required: true
    
    PmJobModificationsRequest:
    PmJobModificationRequest:
      description: |
        Parameters for the VNF modification, as defined in clause 6.5.2.12.
      content:
@@ -914,7 +914,7 @@ components:
            $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJobModifications"
      required: true

    ThresholdModificationsRequest:
    ThresholdModificationRequest:
      description: |
        Parameters for the VNF modification, as defined in clause 6.5.2.11.
      content: