Commit 930f6d8c authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

Fix in ChangeStateRequest

parent cf7b89ec
Pipeline #6912 running with stage
in 0 seconds
...@@ -731,7 +731,7 @@ components: ...@@ -731,7 +731,7 @@ components:
softwareVersion: softwareVersion:
description: > description: >
The version of the software of the NFV-MANO functional entity. The version of the software of the NFV-MANO functional entity.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/Version" $ref: "../components/SOL009_schemas.yaml#/components/schemas/Version"
manoEntityComponents: manoEntityComponents:
description: > description: >
The deployed NFV-MANO functional entity components which realize the The deployed NFV-MANO functional entity components which realize the
...@@ -1056,13 +1056,13 @@ components: ...@@ -1056,13 +1056,13 @@ components:
refers to the administrative state. See note 1. refers to the administrative state. See note 1.
but not both. but not both.
type: object type: object
required:
- administrativeStateAction
properties: properties:
administrativeStateAction: administrativeStateAction:
description: > description: >
The desired administrative state to change the managed object to. The desired administrative state to change the managed object to.
type: $ref: "#/components/schemas/ChangeAdministrativeStateEnumType"
required:
- administrativeStateAction
ChangeStateOpOcc: ChangeStateOpOcc:
description: > description: >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment