Commit a84eab39 authored by moscatelli's avatar moscatelli
Browse files

SOL003_91/SOL003_93: responses description fixed

parent 906d3449
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Original line Diff line number Diff line
@@ -2385,9 +2385,8 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


            The operation has completed successfully.
            Shall be returned when information about an individual subscription has been read successfully.
            The response body shall contain a representation of the
            The response body shall contain a representation of the "Individual subscription" resource.
            subscription resource.
          headers:
          headers:
            Content-Type:
            Content-Type:
              description: The MIME type of the body of the response.
              description: The MIME type of the body of the response.
@@ -2419,18 +2418,18 @@ paths:
        404:
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        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: >
        Terminate Subscription
        Terminate Subscription.


        The DELETE method terminates an individual subscription.
        The DELETE method terminates an individual subscription.
      parameters:
      parameters:
        - name: Authorization
        - name: Authorization
@@ -2451,7 +2450,7 @@ paths:
          description: >
          description: >
            204 NO CONTENT
            204 NO CONTENT


            The subscription resource was deleted successfully.
            Shall be returned when the "Individual subscription" resource has been deleted successfully.
            The response body shall be empty.
            The response body shall be empty.
          headers:
          headers:
            WWW-Authenticate:
            WWW-Authenticate:
@@ -2477,10 +2476,12 @@ paths:
        404:
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        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"
 No newline at end of file