fix: my bad 403 error codes are never thrown by src code, now is up to date
All checks were successful
Format / formatting (push) Successful in 5s
Build / build (push) Successful in 39s
CI / build (push) Successful in 10s

This commit is contained in:
MAILLAL Anas 2025-05-07 11:44:09 +02:00
parent d31bf259dd
commit 3b308cfa6d

View File

@ -70,7 +70,7 @@ paths:
"401": "401":
description: Unauthorized. description: Unauthorized.
"403": "403":
description: Forbidden - User does not have access to this project or invalid Keycloack configuration. description: Bad Token - Invalid Keycloack configuration.
"404": "404":
description: Not Found - Project not found. description: Not Found - Project not found.
@ -99,7 +99,7 @@ paths:
"401": "401":
description: Unauthorized. description: Unauthorized.
"403": "403":
description: Forbidden - User does not have access to this project or invalid Keycloack configuration. description: Bad Token - Invalid Keycloack configuration.
"404": "404":
description: Not Found - Project not found. description: Not Found - Project not found.