From a471ce3f1a688925c7a1b9af41ac629b4a3f0165 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 13:07:51 +0200 Subject: [PATCH] SOL002_163 GET Method (on "Configuration") response updated --- src/SOL002/VNFConfiguration/VNFConfiguration.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml index f9aad982..9c13e8db 100644 --- a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml +++ b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml @@ -65,7 +65,9 @@ paths: 200: description: > 200 OK - Configuration information about a VNF instance was read successfully. + + Shall be returned when configuration information about a VNF instance + has been read successfully. The response body shall contain a representation of the configuration resource. schema: $ref: 'definitions/SOL002VNFConfiguration_def.yaml#/definitions/VnfConfiguration' -- GitLab