From bfb1017872fba540badf3dc3d5e892ee9f787a20 Mon Sep 17 00:00:00 2001
From: Samir Medjiah <samir.medjiah@gmail.com>
Date: Wed, 17 Jul 2019 11:29:28 +0200
Subject: [PATCH] SOL002_111	POST Method (on Notification endpoint)
 description and response updated

---
 .../VNFPerformanceManagementNotification.yaml        | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml b/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml
index 4746d9ff..fe96567d 100644
--- a/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml
+++ b/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml
@@ -42,7 +42,9 @@ paths:
         Notify
 
         The POST method delivers a notification regarding a performance
-        management event from the server to the client.
+        management event from API producer to an API consumer. The API consumer 
+        shall have previously created an "Individual subscription" resource with 
+        a matching filter.
       parameters:
         - name: PerformanceInformationAvailableNotification
           description: >
@@ -76,7 +78,7 @@ paths:
           description: >
             No Content
 
-            The notification was delivered successfully.
+            Shall be returned when the notification has been delivered successfully.
           headers:
             WWW-Authenticate:
               description: >
@@ -169,7 +171,9 @@ paths:
         Notify
 
         The POST method delivers a notification regarding a performance
-        management event from the server to the client.
+        management event from API producer to an API consumer. The API consumer 
+        shall have previously created an "Individual subscription" resource with 
+        a matching filter.
       parameters:
         - name: ThresholdCrossedNotification
           description: >
@@ -203,7 +207,7 @@ paths:
           description: >
             204 NO CONTENT
 
-            The notification was delivered successfully.
+            Shall be returned when the notification has been delivered successfully.
           headers:
             WWW-Authenticate:
               description: >
-- 
GitLab