diff --git a/src/SOL002/VNFConfiguration/VNFConfiguration.yaml b/src/SOL002/VNFConfiguration/VNFConfiguration.yaml index 588b4552eb4267b94d8765e2afa1ad7fb6c6f217..2ed53b0ff6ee722cbb2937c6bc52895247c19700 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.