diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-10-26 13:39:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-10-26 13:39:28 +0000 |
commit | 6634835c44975195cc4c1f993cb12c2d3ba805fb (patch) | |
tree | 17fbd4e91ef23963d8470cf89e8779062b564aa6 /cps-ncmp-rest/docs/openapi | |
parent | 4266fbbaad4ab3741accf1b3911278835ca19795 (diff) | |
parent | e24f5e8934c6be58e56949223727f6bde114c8d3 (diff) |
Merge "Update return body of RestOutputCMHandle"
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 |