From a1129b696f3197fc7d8a3b63bcd84b5b2dd8874e Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Tue, 15 Mar 2022 08:09:07 -0400 Subject: Create primary documentation for Jakarta release * Update release notes * Update openapi documentation * Fix section title hierarchy * Fix admin container directive not found Issue-ID: CPS-935 Signed-off-by: Bruno Sakoto Change-Id: Iabdc357aa0168c1becafd6de1ac7703ec3bd1afa --- docs/api/swagger/ncmp/openapi-inventory.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'docs/api/swagger/ncmp/openapi-inventory.yaml') diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml index 154a4411da..30896f6068 100644 --- a/docs/api/swagger/ncmp/openapi-inventory.yaml +++ b/docs/api/swagger/ncmp/openapi-inventory.yaml @@ -86,23 +86,16 @@ 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' removedCmHandles: type: array + example: + - my-cm-handle1 + - my-cm-handle2 + - my-cm-handle3 items: type: string - example: "[\"my-cm-handle1\",\"my-cm-handle2\",\"my-cm-handle3\"]" RestInputCmHandle: required: - cmHandle -- cgit 1.2.3-korg