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 Original line Diff line number Diff line
@@ -756,14 +756,21 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        422:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/422"
        500:
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"

  ###############################################################################
  ###############################################################################
  # Individual threshold                                                        #
  # Individual threshold                                                        #
  ###############################################################################
  ###############################################################################
@@ -775,17 +782,17 @@ paths:
          Identifier of the threshold.
          Identifier of the threshold.
          This identifier can be retrieved from the resource referenced by the
          This identifier can be retrieved from the resource referenced by the
          "Location" HTTP header in the response to a POST request creating a
          "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.
          attribute in the payload body of that response.
        in: path
        in: path
        type: string
        type: string
        required: true
        required: true
    get:
    get:
      description: >
      description: >
        Query 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
        The client can use this method for reading an individual threshold.
        for URI query parameters, request and response data structures, and response codes.
      parameters:
      parameters:
        - name: Accept
        - name: Accept
          description: >
          description: >
@@ -812,9 +819,8 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


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

    delete:
    delete:
      description: >
      description: >
        Delete Threshold
        Delete Threshold.


        This method allows to delete a 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:
      parameters:
        - name: Authorization
        - name: Authorization
          description: >
          description: >