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 Original line Diff line number Diff line
@@ -2072,7 +2072,7 @@ paths:
          description: >
          description: >
            202 ACCEPTED
            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.
            The response shall have an empty payload body.
          headers:
          headers:
            WWW-Authenticate:
            WWW-Authenticate:
@@ -2097,40 +2097,23 @@ 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"
        409:
        409:
          description: >
          description: >
            Conflict
            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.
            The operation cannot be executed currently, due to a conflict with
            Typically, this is due to the fact that the operation occurrence is not in STARTING,
            the state of the VNF LCM operation occurrence resource.
            PROCESSING or ROLLING_BACK state.
            Typically, this is due to the fact that the operation occurrence
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/409"
            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"
        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"

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