From 1c6c92ec193bccdb8d37e89ce54bf850b6b0d3af Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:51:07 +0200 Subject: [PATCH] SOL002_64 POST Method (on Subscriptions) description and response updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 043047d6..ac85911f 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -2093,10 +2093,10 @@ paths: description: > 201 CREATED - The subscription was created successfully. The response body shall - contain a representation of the created subscription resource. + The subscription has been created successfully. The response body shall + contain a representation of the created "Individual subscription" resource. The HTTP response shall include a "Location" HTTP header that - points to the created subscription resource. + points to the created "Individual subscription" resource. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab