From 0c676e8a16a2c1663654c09dac29744265dfcaa7 Mon Sep 17 00:00:00 2001 From: rameshnaraya Date: Fri, 22 Feb 2019 04:05:27 +0100 Subject: [PATCH] Fixed SOL005 v2.4.1 Review issues. --- src/SOL005/NSFaultManagement/responses/SOL005_resp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SOL005/NSFaultManagement/responses/SOL005_resp.yaml b/src/SOL005/NSFaultManagement/responses/SOL005_resp.yaml index cf3f203..30ea9e9 100644 --- a/src/SOL005/NSFaultManagement/responses/SOL005_resp.yaml +++ b/src/SOL005/NSFaultManagement/responses/SOL005_resp.yaml @@ -151,7 +151,7 @@ that the resource was modified by another entity. The response body should contain a ProblemDetails structure, in which the "detail" attribute should convey - more information about the error. + more information about the error. headers: Content-Type: description: The MIME type of the body of the response. @@ -159,7 +159,7 @@ maximum: 1 minimum: 1 schema: - $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" + $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails" 500: description: > Internal Server Error -- GitLab