From 9002b9f6d0d64106e1cbc03d603dc0429da8badd Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Wed, 21 Aug 2024 14:51:19 +0100 Subject: Update openapi for 3.5.2 - update info.version to 3.5.2 for openapi yamls - update read-the-docs copies of openapi docs Issue-ID: CPS-2374 Signed-off-by: danielhanrahan Change-Id: I7f726f610fe8eff43e281edfe2fc6d9b08f5fc15 --- cps-ncmp-rest/docs/openapi/openapi-inventory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cps-ncmp-rest/docs/openapi/openapi-inventory.yml') diff --git a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml index d68cd8b141..8c0ad41705 100755 --- a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml @@ -21,7 +21,7 @@ openapi: 3.0.3 info: title: NCMP Inventory API description: NCMP Inventory API - version: "3.5.1" + version: "3.5.2" servers: - url: /ncmpInventory components: @@ -40,4 +40,4 @@ paths: $ref: 'ncmp-inventory.yml#/searchCmHandleIds' security: - - basicAuth: [] \ No newline at end of file + - basicAuth: [] -- cgit 1.2.3-korg