From ed71a1b40e548822b98b91a5c720e7db0280f530 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 12:25:26 +0200 Subject: [PATCH] SOL002_134 GET Method (on Notification endpoint) response updated --- .../VNFFaultManagementNotification.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml b/src/SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml index e8d65d54..f0ae1671 100644 --- a/src/SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml +++ b/src/SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml @@ -119,7 +119,8 @@ paths: description: > 201 NO CONTENT - The notification endpoint was tested successfully. + Shall be returned to indicate the notification endpoint has been + tested successfully. The response body shall be empty. headers: WWW-Authenticate: @@ -237,7 +238,8 @@ paths: description: > 201 NO CONTENT - The notification endpoint was tested successfully. + Shall be returned to indicate the notification endpoint has been + tested successfully. The response body shall be empty. headers: WWW-Authenticate: @@ -355,7 +357,8 @@ paths: description: > 204 NO CONTENT - The notification endpoint was tested successfully. + Shall be returned to indicate the notification endpoint has been + tested successfully. The response body shall be empty. headers: WWW-Authenticate: -- GitLab