aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-12-12 19:11:39 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-12-12 19:28:43 +0000
commited4d851990393a1863b82b6c15484d5250897707 (patch)
tree2caacec69e2faafbf585eed7061e24a907d3aa40 /catalog-be/pom.xml
parentd0c0adae5bde8fa9cd97a9bb8b15662b3862fd8e (diff)
Some default responses in the generated openapi files are missing descriptions
- add description for default responses - also generate openapi files in yaml format Issue-ID: SDC-4306 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I3f55cc4765c06baee50df2ff97d8b3f717dfa201
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index b7931cfb51..39019cd8dd 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -1260,7 +1260,7 @@
<contextId>sdce-2-sdce-5</contextId>
<outputPath>${project.build.directory}/generated/swagger</outputPath>
<outputFileName>swagger-sdce-2-sdce-5</outputFileName>
- <outputFormat>JSON</outputFormat>
+ <outputFormat>JSONANDYAML</outputFormat>
<configurationFilePath>
${project.basedir}/src/main/resources/swagger-config/sdce-2-sdce-5.yaml
</configurationFilePath>
@@ -1277,7 +1277,7 @@
<contextId>sdce-4</contextId>
<outputPath>${project.build.directory}/generated/swagger</outputPath>
<outputFileName>swagger-sdce-4</outputFileName>
- <outputFormat>JSON</outputFormat>
+ <outputFormat>JSONANDYAML</outputFormat>
<configurationFilePath>
${project.basedir}/src/main/resources/swagger-config/sdce-4.yaml
</configurationFilePath>
@@ -1294,7 +1294,7 @@
<contextId>sdce-6</contextId>
<outputPath>${project.build.directory}/generated/swagger</outputPath>
<outputFileName>swagger-sdce-6</outputFileName>
- <outputFormat>JSON</outputFormat>
+ <outputFormat>JSONANDYAML</outputFormat>
<configurationFilePath>
${project.basedir}/src/main/resources/swagger-config/sdce-6.yaml
</configurationFilePath>
@@ -1311,7 +1311,7 @@
<contextId>sdce-7</contextId>
<outputPath>${project.build.directory}/generated/swagger</outputPath>
<outputFileName>swagger-sdce-7</outputFileName>
- <outputFormat>JSON</outputFormat>
+ <outputFormat>JSONANDYAML</outputFormat>
<configurationFilePath>
${project.basedir}/src/main/resources/swagger-config/sdce-7.yaml
</configurationFilePath>