Core logic to update,add or remove cmHandle properties
[cps.git] / cps-ncmp-rest / docs / openapi / components.yaml
index 22453f3..cda6ca3 100644 (file)
@@ -50,6 +50,16 @@ components:
             $ref: '#/components/schemas/RestCmHandle'
         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/RestCmHandle'
         removedCmHandles: