diff options
author | egernug <gerard.nugent@est.tech> | 2023-10-12 13:33:08 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2023-10-17 12:12:36 +0100 |
commit | fb09b7c27a814619d8032ac96a0fc6f757127358 (patch) | |
tree | e6333b85d16bb3ca639b7cbf8f07e25e9bfa6fd1 /cps-rest | |
parent | fc7a5d30953cfedd7e2ea2f969adab03716de6df (diff) |
[BUG] Fix for Swagger UI generation
Issue-ID: CPS-1913
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ib8a1b5fddc9957bd371fbb4dc54d018b25af3679
Diffstat (limited to 'cps-rest')
-rw-r--r-- | cps-rest/docs/openapi/components.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cps-rest/docs/openapi/components.yml b/cps-rest/docs/openapi/components.yml index 900f663bfc..a3016ce762 100644 --- a/cps-rest/docs/openapi/components.yml +++ b/cps-rest/docs/openapi/components.yml @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (c) 2021-2022 Bell Canada. -# Modifications Copyright (C) 2021-2022 Nordix Foundation +# Modifications Copyright (C) 2021-2023 Nordix Foundation # Modifications Copyright (C) 2022-2023 TechMahindra Ltd. # Modifications Copyright (C) 2022 Deutsche Telekom AG # ================================================================================ @@ -64,7 +64,6 @@ components: type: string description: multipartFile format: binary - example: 'https://github.com/onap/cps/blob/master/cps-service/src/test/resources/bookstore.yang' ModuleReferences: type: object |