Commit 1798917a authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix minor issues: endpoints name and NFVO to CMF

parent 27b38ba6
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ paths:
  /api_versions:
    $ref: ../endpoints/SOL023_endpoints.yaml#/endpoints/api-versions

  /subject:
  /subjects:
    parameters:
      - $ref: ../components/SOL023_params.yaml#/components/parameters/Accept
      - $ref: ../components/SOL023_params.yaml#/components/parameters/Authorization
@@ -99,7 +99,7 @@ paths:
        "504":
          $ref: ../responses/SOL023_resp.yaml#/responses/504

  /subject/{subjectId}:
  /subjects/{subjectId}:
    parameters:
      - $ref: "#/components/parameters/subjectId"
      - $ref: ../components/SOL023_params.yaml#/components/parameters/Authorization
@@ -160,7 +160,7 @@ paths:
        "503":
          $ref: ../responses/SOL023_resp.yaml#/responses/503

  /subject/{subjectId}/certificate:
  /subjects/{subjectId}/certificates:
    parameters:
      - $ref: ../components/SOL023_params.yaml#/components/parameters/Accept
      - $ref: ../components/SOL023_params.yaml#/components/parameters/Authorization
@@ -231,7 +231,7 @@ paths:
        "504":
          $ref: ../responses/SOL023_resp.yaml#/responses/504
        
  /subject/{subjectId}/certificate/{certificateId}:
  /subjects/{subjectId}/certificate/{certificateId}:
    parameters:
      - $ref: "#/components/parameters/subjectId"
      - $ref: "#/components/parameters/certificateId"
@@ -294,7 +294,7 @@ paths:
        "503":
          $ref: ../responses/SOL023_resp.yaml#/responses/503
        
  /subject/{subjectId}/certificate/{certificateId}/certificate_content:
  /subjects/{subjectId}/certificates/{certificateId}/certificate_content:
    parameters:
      - $ref: "#/components/parameters/subjectId"
      - $ref: "#/components/parameters/certificateId"
+3 −3
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ components:
        Attribute-based filtering expression according to clause 5.2 of ETSI
        GS NFV-SOL 013.
        The VNFM shall support receiving this parameter as part of the URI query string. The
        NFVO may supply this parameter.
        CFM may supply this parameter.
        All attribute names that appear in the VnfInstance and in data types referenced from it
        shall be supported by the VNFM in the filter expression. 
      in: query
@@ -349,7 +349,7 @@ components:
        Attribute-based filtering expression according to clause 5.2 of ETSI
        GS NFV-SOL 013 [8].
        The VNFM shall support receiving this parameter as part of the URI query
        string. The NFVO may supply this parameter.
        string. The CFM may supply this parameter.
        All attribute names that appear in the VnfLcmOpOcc and in data types
        referenced from it shall be supported by the VNFM in the filter expression.
      in: query
@@ -398,7 +398,7 @@ components:
        Attribute-based filtering expression according to clause 5.2 of ETSI
        GS NFV-SOL 013 [8].
        The VNFM shall support receiving this parameter as part of the URI query
        string. The NFVO may supply this parameter.
        string. The CFM may supply this parameter.
        All attribute names that appear in the LccnSubscription and in data types
        referenced from it shall be supported by the VNFM in the filter expression.
      in: query