From afe2aaffdd5679e61f27f7b5597b21db6a8db4e0 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 29 Aug 2023 09:34:06 +0200 Subject: 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 --- openapi/server/src/main/resources/static/api.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openapi/server/src/main/resources/static') 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 -- cgit 1.2.3-korg