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

fix issue #9 - response type of vnfLcmOpOccsGet is changed to array in v3.7.1

parent 56e00ec3
No related merge requests found
Pipeline #18010 passed
......@@ -2578,7 +2578,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