From 734f5afbbea024b6a1e051e1e7a664fac516e9a3 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Thu, 9 May 2019 12:59:39 +0200 Subject: [PATCH] SOL002: fix in VNF Configuration interface references --- src/SOL002/VNFConfiguration/VNFConfiguration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml index 588b4552..2ed53b0f 100644 --- a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml +++ b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml @@ -123,7 +123,7 @@ paths: required: true in: body schema: - $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' + $ref: 'definitions/SOL002VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' responses: 200: description: > @@ -132,7 +132,7 @@ paths: The request was accepted and completed. The response body shall contain the parameters of the configuration modification that was applied to the configuration resource. schema: - $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' + $ref: 'definitions/SOL002VnfConfiguration_def.yaml#/definitions/VnfConfigModifications' headers: Content-Type: description: The MIME type of the body of the response. -- GitLab