CPS-401 Update Open API YAML with data types and example for output (cpsData)
[cps.git] / cps-application / src / main / resources / application.yml
index 9d52164..ac620f6 100644 (file)
@@ -1,12 +1,14 @@
 #  ============LICENSE_START=======================================================\r
-#  Modification (C) 2021 Nordix Foundation\r
-#  Modification Copyright (C) 2021 Bell Canada.\r
+#  Copyright (C) 2021 Pantheon.tech\r
+#  Modifications Copyright (C) 2021 Bell Canada\r
+#  Modifications Copyright (C) 2021 Nordix Foundation\r
 #  ================================================================================\r
 #  Licensed under the Apache License, Version 2.0 (the "License");\r
 #  you may not use this file except in compliance with the License.\r
 #  You may obtain a copy of the License at\r
 #\r
 #        http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
 #  Unless required by applicable law or agreed to in writing, software\r
 #  distributed under the License is distributed on an "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
@@ -71,6 +73,11 @@ notification:
         enabled: false\r
         topic: ${CPS_CHANGE_EVENT_TOPIC:cps.cfg-state-events}\r
 \r
+springdoc:\r
+    swagger-ui:\r
+        url: /openapi.yml\r
+        path: /swagger-ui/index.html\r
+        \r
 security:\r
     # comma-separated uri patterns which do not require authorization\r
     permit-uri: /manage/**,/swagger-ui/**,/swagger-resources/**,/v3/api-docs\r