diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-29 09:34:06 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-29 09:35:26 +0200 |
commit | afe2aaffdd5679e61f27f7b5597b21db6a8db4e0 (patch) | |
tree | e6221a8a1f708332c0afeb1cf0634ba46419096a /openapi | |
parent | 4b7cd5405dea9003f31af1aa9cd584d8ccf2141f (diff) |
Consistently use the preferences and history names in the bff code base - Part 2
- some history related properties still had a portal prefix
Issue-ID: PORTALNG-50
Change-Id: Ia044b42c306b8a8837d1cda92f101aebe62283a1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'openapi')
-rw-r--r-- | openapi/server/src/main/resources/static/api.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openapi/server/src/main/resources/static/api.yaml b/openapi/server/src/main/resources/static/api.yaml index f601785..2dfc694 100644 --- a/openapi/server/src/main/resources/static/api.yaml +++ b/openapi/server/src/main/resources/static/api.yaml @@ -733,9 +733,8 @@ components: description: The downstream system that responded with error enum: - KEYCLOAK - - PORTAL_SERVICE - PREFERENCES - - PORTAL_HISTORY + - HISTORY downstreamStatus: type: integer format: int32 |