From ab9fc81bb8dc8f46d201d5f08b36befd0081822a Mon Sep 17 00:00:00 2001 From: rameshnaraya Date: Fri, 22 Feb 2019 04:27:33 +0100 Subject: [PATCH] Fixed SOL005 v2.4.1 Review issues. --- .../responses/SOL005_resp.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/SOL005/VNFPackageManagement/responses/SOL005_resp.yaml b/src/SOL005/VNFPackageManagement/responses/SOL005_resp.yaml index e154ce9..745bf87 100644 --- a/src/SOL005/VNFPackageManagement/responses/SOL005_resp.yaml +++ b/src/SOL005/VNFPackageManagement/responses/SOL005_resp.yaml @@ -357,20 +357,8 @@ $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" 416: description: > - The byte range passed in the "Range" header did not - match any available byte range in the NSD file (e.g. - "access after end of file"). - The response body may contain a ProblemDetails structure. - headers: - Content-Type: - description: The MIME type of the body of the response. - type: string - maximum: 1 - minimum: 1 - schema: - $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" - 416-range-not-satisfiable: - description: > + Requested Range Not Satisfiable + The byte range passed in the "Range" header did not match any available byte range in the VNF package file (e.g. "access after end of file"). @@ -382,7 +370,7 @@ maximum: 1 minimum: 1 schema: - $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" + $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" 422: description: > Un-processable Entity -- GitLab