From ddc0cf34c4a89e5446ffcfc0b2b48c8e6fc5d028 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 11:25:20 +0200 Subject: [PATCH] SOL002_109 GET Method (on "Individual subscription") response updated --- .../VNFPerformanceManagement/VNFPerformanceManagement.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index 0fcc6228..36c87f7a 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -1221,8 +1221,9 @@ paths: description: > 200 OK - The subscription was read successfully. The response body shall - contain a representation of the subscription resource. + Shall be returned when the subscription has been read successfully. + The response body shall contain a representation of the "Individual + subscription" resource. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab