From 881eeaf385d4cb720adeffb61b664a89692956ed Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:52:41 +0200 Subject: [PATCH] SOL002_67 GET Method (on Individual subscription) description and response updated --- src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index affbacdd..ea97eded 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -2281,7 +2281,7 @@ paths: get: description: > The GET method retrieves information about a subscription by reading - an individual subscription resource. + an "Individual subscription" resource. responses: 200: description: > @@ -2289,7 +2289,7 @@ paths: The operation has completed successfully. The response body shall contain a representation of the - subscription resource. + "Individual subscription" resource. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab