From 5d81818097929d0e0c0dab4ccd6a603dbc98cbad Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:26:34 +0200 Subject: [PATCH] SOL002_47 POST method (on Operate VNF task) 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 a7508910..c28a684d 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1224,7 +1224,7 @@ paths: type: string post: description: > - The POST method changes the operational state of a VNF instance resource. + The POST method changes the operational state of a VNF instance. parameters: - name: OperateVnfRequest description: Parameters for the Operate VNF operation. @@ -1237,7 +1237,7 @@ paths: description: > 202 ACCEPTED - The request was accepted for processing, but the processing has not been completed. + The request has been accepted for processing, but the processing has not been completed. The response body shall be empty. The HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created "VNF LCM operation occurrence" resource corresponding to the operation. -- GitLab