diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-08-18 17:12:25 +0100 |
---|---|---|
committer | Dylan Byrne <dylan.byrne@est.tech> | 2021-08-24 11:22:53 +0000 |
commit | 31facc867f1a5dcfe78295b15dc3ddc1c9d15896 (patch) | |
tree | e5f27cb7958de1d44d16e2f3ec2328ae441be2f0 /cps-ncmp-rest/docs/openapi | |
parent | dc5ed75c841da857611713bceed8bf9988204d3d (diff) |
Update CmHandle in DMI-Registry for a DMI-Plugin Instance in NCMP as part of dmi registration.
Updating existing CM-Handles created previously as part of CPS-442
Note - Can only update cm handles and properties which already exist.
Issue-ID: CPS-443
Change-Id: Ib05a4e01336ca463578b45917dcdfe715b6bad07
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'cps-ncmp-rest/docs/openapi')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 4f5a6a13e4..704721742f 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -40,6 +40,10 @@ components: type: array items: $ref: '#/components/schemas/RestCmHandle' + updatedCmHandles: + type: array + items: + $ref: '#/components/schemas/RestCmHandle' RestCmHandle: required: |