From 49c4d8d884f4bbc9bb0f23398478cf9d0b137720 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Thu, 14 Mar 2019 11:04:08 +0100 Subject: [PATCH] SOL002_29: Subscriptions GET body description updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index efd41334..5e346f8a 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1143,9 +1143,10 @@ paths: description: > OK - The list of subscriptions was queried successfully. The response - body shall contain the representations of all active subscriptions - of the functional block that invokes the method. + The list of subscriptions was queried successfully. + The response body shall contain in an array the representations of all active subscriptions + of the functional block that invokes the method, i.e. zero or more representations of lifecycle + change notification subscriptions as defined in clause 5.5.2.16. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab