diff options
author | emaclee <lee.anjella.macabuhay@est.tech> | 2023-09-23 13:46:15 +0100 |
---|---|---|
committer | emaclee <lee.anjella.macabuhay@est.tech> | 2023-10-25 16:05:07 +0100 |
commit | e24f5e8934c6be58e56949223727f6bde114c8d3 (patch) | |
tree | 9f65b98a27e9ac4f7350fc207231795f5cca405f /cps-ncmp-rest/docs/openapi | |
parent | 3ccd62ed40e96dbe2970de1433b2ebdbe014d4aa (diff) |
Update return body of RestOutputCMHandle
Issue-ID: CPS-1869
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Change-Id: I946db9e6785fc50775d1c5ff18e7462e8bad9af6
Diffstat (limited to 'cps-ncmp-rest/docs/openapi')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 022e2bab7a..62c9eb0505 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -242,6 +242,8 @@ components: $ref: '#/components/schemas/CmHandlePublicProperties' state: $ref: '#/components/schemas/CmHandleCompositeState' + trustLevel: + $ref: '#/components/schemas/CmHandleTrustLevel' CmHandlePublicProperties: type: object items: @@ -265,6 +267,10 @@ components: example: false dataSyncState: $ref: '#/components/schemas/dataStores' + CmHandleTrustLevel: + type: string + description: Current trust level of the relevant CM handle ID. + example: COMPLETE lock-reason: type: object |