aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/server
diff options
context:
space:
mode:
Diffstat (limited to 'openapi/server')
-rw-r--r--openapi/server/build.gradle2
-rw-r--r--openapi/server/src/main/resources/static/api.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/openapi/server/build.gradle b/openapi/server/build.gradle
index 99e401b..78c5103 100644
--- a/openapi/server/build.gradle
+++ b/openapi/server/build.gradle
@@ -24,7 +24,7 @@ openApiGenerate {
inputSpec = "$projectDir/src/main/resources/static/api.yaml"
outputDir = "$buildDir/openapi"
configOptions = [
- hideGenerationTimestamps: "true",
+ hideGenerationTimestamp: "true",
openApiNullable: "false",
skipDefaultInterface: "true",
dateLibrary: "java8",
diff --git a/openapi/server/src/main/resources/static/api.yaml b/openapi/server/src/main/resources/static/api.yaml
index be5ae0a..f601785 100644
--- a/openapi/server/src/main/resources/static/api.yaml
+++ b/openapi/server/src/main/resources/static/api.yaml
@@ -734,7 +734,7 @@ components:
enum:
- KEYCLOAK
- PORTAL_SERVICE
- - PORTAL_PREFS
+ - PREFERENCES
- PORTAL_HISTORY
downstreamStatus:
type: integer