Commit 09f72d78 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

minor fixes in CertificateManagement.yaml

parent 185daeba
Loading
Loading
Loading
Loading
+13 −15
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ paths:
    get:
      description: |
        The GET method retrieves information about a Certificate instance by reading an
        "Individual Certificate instance" resource. See clause 5.5.x.1
        "Individual Certificate instance" resource. See clause 5.5.6.3.2.
      parameters:
        - $ref: ../components/SOL023_params.yaml#/components/parameters/Accept
      
@@ -271,7 +271,7 @@ paths:
  
    delete:
      description: |
        This method deletes an "Individual Certificate instance" resource. See clause 5.5.x.2.
        This method deletes an "Individual Certificate instance" resource. See clause 5.5.6.3.5.
      responses:
        "204": 
          $ref: "#/components/responses/IndividualCertificateInstance.Delete.204"
@@ -301,7 +301,8 @@ paths:

    get:
      description: |
        The GET method fetches the content of an individual certificate. See clause 5.5.x.3.2.
        The GET method fetches the content of a certificate content identified by the certificate
        identifier allocated by the CMF. See clause 5.5.7.3.2.
      responses:
        "200": 
          $ref: "#/components/responses/IndividualCertificateContentInstance.Get.200"
@@ -427,7 +428,7 @@ components:
        instance identifier has been created successfully. 

        The response body shall contain a representation of the created Subject instance, as defined in
        clause x.x.x.x.
        clause 5.6.2.2.

        The HTTP response shall include a "Location" HTTP header that contains the resource URI of the
        created Subject instance.
@@ -513,7 +514,7 @@ components:
        Shall be returned when information about zero or more subject instances has been queried successfully.

        The response body shall contain in an array the representations of zero or more subject instances, as
        defined in clause 5.6.2.x.
        defined in clause 5.6.2.2.

        If the "filter" URI parameter or one of the "all_fields", "fields" (if supported), "exclude_fields"
        (if supported) or "exclude_default" URI parameters was supplied in the request, the data in the response
@@ -570,7 +571,7 @@ components:
        200 OK
      
        Shall be returned when information about an individual Subject instance has been read successfully.
        The response body shall contain a representation of the Subject instance, as defined in clause x.x.x.x.
        The response body shall contain a representation of the Subject instance, as defined in clause 5.6.2.2.
      headers:
        WWW-Authenticate:
          description: |
@@ -623,13 +624,10 @@ components:
      description: |
        409 CONFLICT

        Shall be returned upon the following error: The
        operation cannot be executed currently, due to a
        Shall be returned upon the following error: The operation cannot be executed currently, due to a
        conflict with the state of the resource.
        Typically, this is due to the fact that the "Individual
        VNF instance" resource is in INSTANTIATED state.
        The response body shall contain a ProblemDetails
        structure, in which the "detail" attribute shall convey
        Typically, this is due to the fact that the "Individual VNF instance" resource is in INSTANTIATED state.
        The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall convey
        more information about the error.
      headers:
        WWW-Authenticate:
@@ -664,7 +662,7 @@ components:

        Shall be returned when a new "Individual Certificate instance" resource and the associated Certificate instance identifier has been created successfully. 

        The response body shall contain a representation of the created Certificate instance, as defined in clause x.x.x.x.
        The response body shall contain a representation of the created Certificate instance, as defined in clause 5.6.2.3.

        The HTTP response shall include a "Location" HTTP header that contains the resource URI of the created Certificate instance.
      headers:
@@ -732,7 +730,7 @@ components:
        Shall be returned when information about zero or more subject instances has been queried successfully.

        The response body shall contain in an array the representations of zero or more subject instances, as
        defined in clause 5.6.2.x.
        defined in clause 5.6.2.3.

        If the "filter" URI parameter or one of the "all_fields", "fields" (if supported), "exclude_fields"
        (if supported) or "exclude_default" URI parameters was supplied in the request, the data in the response
@@ -781,7 +779,7 @@ components:
        200 OK
      
        Shall be returned when information about an individual Certificate instance has been read successfully.
        The response body shall contain a representation of the Certificate instance, as defined in clause 5.6.x.
        The response body shall contain a representation of the Certificate instance, as defined in clause 5.6.2.3.
      headers:
        WWW-Authenticate:
          description: |