From 3b308cfa6dfc3a297321536b9693e35dde84fbfe Mon Sep 17 00:00:00 2001 From: MAILLAL Anas Date: Wed, 7 May 2025 11:44:09 +0200 Subject: [PATCH] fix: my bad 403 error codes are never thrown by src code, now is up to date --- documentation/openapi/src/sharedApi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.