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:
softwareVersion:
description: >
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:
description: >
The deployed NFV-MANO functional entity components which realize the
......@@ -1056,13 +1056,13 @@ components:
refers to the administrative state. See note 1.
but not both.
type: object
required:
- administrativeStateAction
properties:
administrativeStateAction:
description: >
The desired administrative state to change the managed object to.
type:
required:
- administrativeStateAction
$ref: "#/components/schemas/ChangeAdministrativeStateEnumType"
ChangeStateOpOcc:
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