Commit 26aec828 authored by moscatelli's avatar moscatelli
Browse files

SOL003_199: Individual grant GET updated

parent ad73b111
Loading
Loading
Loading
Loading
+20 −36
Original line number Diff line number Diff line
@@ -194,11 +194,10 @@ paths:
        required: true
    get:
      description: >
        Grant Lifecycle Operation


        The GET method retrieves information about a specific grant by reading
        an individual grant resource.
        Grant Lifecycle Operation.
        The GET method reads a grant.
        This method shall follow the provisions specified in the tables 9.4.3.3.2-1 and 9.4.3.3.2-2
        for URI query parameters, request and response data structures, and response codes.
      parameters:
        - name: Accept
          description: >
@@ -225,9 +224,8 @@ paths:
          description: >
            200 OK

            The grant was read successfully.
            A representation of the "individual grant" resource shall be
            returned in the response body.
            Shall be returned when the grant has been read successfully.
            A representation of the "Individual grant" resource shall be returned in the response body.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
@@ -254,8 +252,7 @@ paths:
          description: >
            202 ACCEPTED

            The process of creating the grant is ongoing, no grant is
            available yet.
            Shall be returned when the process of creating the grant is ongoing, no grant is available yet.
            The response body shall be empty.
          headers:
            WWW-Authenticate:
@@ -266,46 +263,33 @@ paths:
              type: string
              maximum: 1
              minimum: 0
        400:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/400"
        401:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
            Version:
              description: >
            Forbidden

            The grant was rejected.
            A ProblemDetails structure shall be included in the response to
            provide more details about the rejection in the "details"
            attribute.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
                Version of the API used in the response.
              type: string
              maximum: 1
              minimum: 1
            WWW-Authenticate:
        303:
          description: >
                Challenge if the corresponding HTTP request has not provided
                authorization, or error details if the corresponding HTTP
                request has provided an invalid authorization token.
              type: string
              maximum: 1
              minimum: 0
          schema:
            $ref: "../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
            Shall be returned upon the following error: The grant has been rejected.
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/303"
        400:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/400"
        401:
          $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"
        416:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/416"
        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"
 No newline at end of file