From ed182d86a08af48d4d33b7505d27c7031e34339f Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 16 Jul 2019 14:31:29 +0200 Subject: [PATCH] SOL005_#098 POST Method (on Thresholds) description and response updated --- .../NSPerformanceManagement/NSPerformanceManagement.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml index fb3daee..837f09a 100644 --- a/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -533,7 +533,11 @@ paths: This method shall follow the provisions specified in the table 7.4.5.3.1-2 for URI query parameters, - request and response data structures, and response codes. + request and response data structures, and response codes. + + As the result of successfully executing this method, a new + "Individual threshold" resource shall exist as defined + in clause 7.4.6. parameters: - name: CreateThresholdRequest in: body @@ -561,7 +565,7 @@ paths: description: > 201 CREATED - A threshold was created successfully. + Shall be returned when a threshold has been created successfully. The response body shall contain a representation of the created threshold resource, as defined in clause 7.5.2.9. The HTTP response shall include a "Location" HTTP -- GitLab