From 0751e74a068ac16dc540a27153f5e276d7ab97b4 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 16 Jul 2019 13:07:17 +0200 Subject: [PATCH] SOL005_#089 DELETE Method (on PM jobs) description and response updated --- .../NSPerformanceManagement/NSPerformanceManagement.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml index d879b0e..e3b933e 100644 --- a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -369,12 +369,17 @@ paths: summary: Delete a PM job. description: > This method terminates an individual PM job. + This method shall follow the provisions specified in the Tables 7.4.3.3.5-1 + and 7.4.3.3.5-2 for URI query parameters, request and response data structures, + and response codes. + As the result of successfully executing this method, the "Individual PM job" + resource shall not exist any longer. responses: 204: description: > 204 NO CONTENT - The PM job was deleted successfully. + Shall be returned when the PM job has been deleted successfully. The response body shall be empty. headers: WWW-Authenticate: -- GitLab