From 345d9c0f33b0fd5150808475f8229b6816f0f40b Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:47:48 +0200 Subject: [PATCH] SOL002_58 POST Method (on Rollback operation task) description and response updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 7eb4f9fe..16ce83eb 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1803,13 +1803,14 @@ paths: description: > The POST method initiates rolling back a VNF lifecycle operation if that operation has experienced a temporary failure, i.e. the related - "VNF LCM operation occurrence" resource is in "FAILED_TEMP" state. + "Individual VNF LCM operation occurrence" resource is in "FAILED_TEMP" + state. responses: 202: description: > 202 ACCEPTED - The request was accepted for processing, but processing has not been completed. + The request has been accepted for processing, but processing has not been completed. The response shall have an empty payload body. headers: WWW-Authenticate: -- GitLab