From 2a9b6225f7ae0fafee9fd379fa514916a049e2c2 Mon Sep 17 00:00:00 2001 From: Samir Medjiah <samir.medjiah@gmail.com> Date: Wed, 17 Jul 2019 11:17:06 +0200 Subject: [PATCH] SOL002_103 GET Method (on "Threshold") request and response updated --- .../VNFPerformanceManagement/VNFPerformanceManagement.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index 9abf4488..10ea711d 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -830,9 +830,9 @@ paths: description: > 200 OK - Information about an individual threshold was queried - successfully. The response body shall contain a - representation of the threshold. + Shall be returned when information about an individual threshold + has been queried successfully. + The response body shall contain a representation of the threshold. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab