From e2e806b34568745a6b6b9a11d7e49c946b5d41f2 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 11:30:19 +0200 Subject: [PATCH] SOL002_112 GET Method (on Notification endpoint) response updated --- .../VNFPerformanceManagementNotification.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml b/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml index fe96567d..52f60844 100644 --- a/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml +++ b/src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml @@ -131,7 +131,9 @@ paths: description: > No Content - The notification endpoint was tested successfully. + Shall be returned to indicate that the notification endpoint has been + tested successfully. + The response body shall be empty. headers: WWW-Authenticate: description: > @@ -260,7 +262,9 @@ paths: description: > 204 NO CONTENT - The notification endpoint was tested successfully. + Shall be returned to indicate that the notification endpoint has been + tested successfully. + The response body shall be empty. headers: WWW-Authenticate: description: > -- GitLab