Skip to content
Snippets Groups Projects
Commit f3b03c90 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix issue #9 - response type of vnfLcmOpOccsGet is changed to array

parent 9e9e0d51
No related branches found
1 merge request!21Merge 4.4.1 dev into Release-4
Pipeline #16861 passed
......@@ -2528,7 +2528,9 @@ components:
content:
application/json:
schema:
$ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
type: array
items:
$ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
IndividualVnfLcmOpOcc.Get.200:
description: |
......
......@@ -2900,7 +2900,9 @@ components:
content:
application/json:
schema:
$ref: "./definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc"
type: array
items:
$ref: "./definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc"
IndividualVnfLcmOpOcc.Get.200:
description: |
......
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