diff --git a/documentation/openapi/src/sharedApi.yaml b/documentation/openapi/src/sharedApi.yaml index 5a21aaa..ea260d5 100644 --- a/documentation/openapi/src/sharedApi.yaml +++ b/documentation/openapi/src/sharedApi.yaml @@ -70,7 +70,7 @@ paths: "401": description: Unauthorized. "403": - description: Forbidden - User does not have access to this project or invalid Keycloack configuration. + description: Bad Token - Invalid Keycloack configuration. "404": description: Not Found - Project not found. @@ -99,7 +99,7 @@ paths: "401": description: Unauthorized. "403": - description: Forbidden - User does not have access to this project or invalid Keycloack configuration. + description: Bad Token - Invalid Keycloack configuration. "404": description: Not Found - Project not found.