From b17a74cb45b8bf191312101e24b1f3076a5a9259 Mon Sep 17 00:00:00 2001
From: Samir Medjiah <samir.medjiah@gmail.com>
Date: Wed, 17 Jul 2019 11:18:03 +0200
Subject: [PATCH] SOL002_104	DELETE Method (on "Threshold") description and
 response updated

---
 .../VNFPerformanceManagement/VNFPerformanceManagement.yaml    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
index 10ea711d..760b1ecb 100644
--- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
+++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
@@ -881,6 +881,8 @@ paths:
     delete:
       description: >
         This method allows to delete a threshold.
+        As the result of successfully executing this method, the 
+        "Individual threshold" resource shall not exist any longer.
       parameters:
         - name: Accept
           description: >
@@ -894,7 +896,7 @@ paths:
           description: >
             204 NO CONTENT
 
-            The threshold was deleted successfully.
+            Shall be returned when the threshold was deleted successfully.
             The response body shall be empty.
           headers:
             Version:
-- 
GitLab