diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-03-11 17:39:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-11 17:39:03 +0000 |
commit | ee1ca9a51fb57c33814e21785ce98f8b563f44f8 (patch) | |
tree | 0ed13aaa072da99c01190f9d914861e2cd01495b /cps-ncmp-rest | |
parent | 53c1625416712dfe744b7cf22e7f8e8fe7839942 (diff) | |
parent | 2c963173e447b9ffbdf29ecad57a3b666c72ce0e (diff) |
Merge "Updated cmhandle registration openapi documentation"
Diffstat (limited to 'cps-ncmp-rest')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index d82813b874..6477e34f3c 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -53,23 +53,23 @@ components: $ref: '#/components/schemas/RestInputCmHandle' updatedCmHandles: type: array - example: - cmHandle: my-cm-handle - cmHandleProperties: - add-my-property: add-property - update-my-property: updated-property - delete-my-property: '~' - publicCmHandleProperties: - add-my-property: add-property - update-my-property: updated-property - delete-my-property: '~' items: $ref: '#/components/schemas/RestInputCmHandle' + example: + cmHandle: my-cm-handle + cmHandleProperties: + add-my-property: add-property + update-my-property: updated-property + delete-my-property: '~' + publicCmHandleProperties: + add-my-property: add-property + update-my-property: updated-property + delete-my-property: '~' removedCmHandles: type: array items: type: string - example: [my-cm-handle1, my-cm-handle2, my-cm-handle3] + example: [my-cm-handle1, my-cm-handle2, my-cm-handle3] RestInputCmHandle: required: |