Commit 2a40064d authored by moscatelli's avatar moscatelli
Browse files

SOL003_82: responses description fixed

parent 1f3df4c0
Loading
Loading
Loading
Loading
Loading
+10 −27
Original line number Diff line number Diff line
@@ -2072,7 +2072,7 @@ paths:
          description: >
            202 ACCEPTED

            The request was accepted for processing, but processing has not been completed.
            Shall be returned when the request has been accepted for processing.
            The response shall have an empty payload body.
          headers:
            WWW-Authenticate:
@@ -2097,40 +2097,23 @@ paths:
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        409:
          description: >
            Conflict

            The operation cannot be executed currently, due to a conflict with
            the state of the VNF LCM operation occurrence resource.
            Typically, this is due to the fact that the operation occurrence
            is not in STARTING, PROCESSING or ROLLING_BACK state.
            The response body shall contain a ProblemDetails structure, in
            which the "detail" attribute shall convey more information about
            the error.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
              type: string
              maximum: 1
              minimum: 1
            WWW-Authenticate:
              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 operation cannot be executed currently,
            due to a conflict with the state of the VNF LCM operation occurrence.
            Typically, this is due to the fact that the operation occurrence is not in STARTING,
            PROCESSING or ROLLING_BACK state.
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/409"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"

  ###############################################################################
  # Subscriptions                                                               #
  ###############################################################################