From f7531041776ea264f7885ee7b289ee9d709f3325 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 16 Jul 2019 14:41:29 +0200 Subject: [PATCH] SOL005_#108 DELETE Method (on Individual threshold) description and response updated --- .../NSPerformanceManagement/NSPerformanceManagement.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml index 413d6ac..02097a7 100644 --- a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -801,6 +801,9 @@ paths: summary: Delete a threshold. 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: > @@ -814,7 +817,7 @@ paths: description: > 204 NO CONTENT - The threshold was deleted successfully. + Shall be returned when the threshold has been deleted successfully. The response body shall be empty. headers: WWW-Authenticate: -- GitLab