From 86c33a5fbb9a9357feed2aa532ac6a55799fbd8c Mon Sep 17 00:00:00 2001
From: Samir Medjiah <samir.medjiah@gmail.com>
Date: Wed, 17 Jul 2019 12:14:25 +0200
Subject: [PATCH] SOL002_125	PATCH Method (on "Alarm") response updated

---
 .../VNFFaultManagement.yaml                   | 28 +++++++++++++------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
index 1697913f..64267f6d 100644
--- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
+++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
@@ -318,9 +318,9 @@ paths:
           description: >
             200 OK
 
-            The request was accepted and completed. The response body shall
-            contain attribute modifications for an ‘Individual alarm’
-            resource.
+            Shall be returned when the request was accepted and completed. 
+            The response body shall contain attribute modifications for 
+            an "Individual alarm" resource.
           headers:
             Content-Type:
               description: The MIME type of the body of the response.
@@ -358,14 +358,24 @@ paths:
           description: >
             409 CONFLICT
 
-            Error: The operation cannot be executed currently, due to a conflict with the state of
-            the "Individual alarm" resource.
-            Typically, this is due to the fact that the alarm is already in the state that is requested
-            to be set (such as trying to acknowledge an already-acknowledged alarm).
-            The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall
-            convey more information about the error.
+            Shall be returned upon the following error: The operation cannot be executed 
+            currently, due to a conflict with the state of the "Individual alarm" resource.
+            Typically, this is due to the fact that the alarm is already in the state that 
+            is requested to be set (such as trying to acknowledge an already-acknowledged 
+            alarm).
+            The response body shall contain a ProblemDetails structure, in which the 
+            "detail" attribute shall convey more information about the error.
           $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/409"
         412:
+          description: >
+            412 PRECONDITION FAILED
+
+            ErrorShall be returned upon the following error: A precondition given in an 
+            HTTP request header is not fulfilled.
+            Typically, this is due to an ETag mismatch, indicating 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.
           $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/412"
         416:
           $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/416"
-- 
GitLab