Skip to content
Snippets Groups Projects
Commit 734f5afb authored by moscatelli's avatar moscatelli
Browse files

SOL002: fix in VNF Configuration interface references

parent 652ded51
No related branches found
No related tags found
1 merge request!4SOL002-SOL003 v2.5.1
Pipeline #904 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment