Commit adc65d8a authored by moscatelli's avatar moscatelli
Browse files

SOL003_127/SOL003_129: Individual Threshold POST and GET description fields updated

parent f50e77f3
Loading
Loading
Loading
Loading
Loading
+26 −11
Original line number Diff line number Diff line
@@ -756,14 +756,21 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        422:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/422"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"

  ###############################################################################
  # Individual threshold                                                        #
  ###############################################################################
@@ -775,17 +782,17 @@ paths:
          Identifier of the threshold.
          This identifier can be retrieved from the resource referenced by the
          "Location" HTTP header in the response to a POST request creating a
          new threshold resource. It can also be retrieved from the "id"
          new "Individual threshold" resource. It can also be retrieved from the "id"
          attribute in the payload body of that response.
        in: path
        type: string
        required: true
    get:
      description: >
        Query Threshold


        The client can use this method for reading an individual threshold.
        Query Threshold.
        The client can use this method for reading an individual threshold
        This method shall follow the provisions specified in the tables 6.4.6.3.2-1 and 6.4.6.3.2-2
        for URI query parameters, request and response data structures, and response codes.
      parameters:
        - name: Accept
          description: >
@@ -812,9 +819,8 @@ paths:
          description: >
            200 OK

            Information about an individual threshold was queried
            successfully. The response body shall contain a
            representation of the threshold.
            Shall be returned when information about an individual threshold has been read successfully.
            The response body shall contain a representation of the threshold, as defined in clause 6.5.2.9.
          headers:
            Content-Type:
              description: >
@@ -845,20 +851,29 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        422:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/422"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"

    delete:
      description: >
        Delete Threshold


        Delete Threshold.
        This method allows to delete a threshold.
        This method shall follow the provisions specified in the tables 6.4.6.3.5-1 and 6.4.6.3.5-2
        for URI query parameters, request and response data structures, and response codes.
        As the result of successfully executing this method, the "Individual threshold" resource
        shall not exist any longer.
      parameters:
        - name: Authorization
          description: >