Updated cmhandle registration openapi documentation 72/127672/2
authorRenu Kumari <renu.kumari@bell.ca>
Thu, 10 Mar 2022 21:02:55 +0000 (16:02 -0500)
committerRenu Kumari <renu.kumari@bell.ca>
Thu, 10 Mar 2022 21:15:12 +0000 (16:15 -0500)
- Fixed the cmhandle registration request example

Issue-ID: CPS-896
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: If4a7c820add676adb9637ce56678da3f5607bbcd

cps-ncmp-rest/docs/openapi/components.yaml

index d82813b..6477e34 100644 (file)
@@ -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: