diff --git a/docs/openapi.json b/docs/openapi.json index 522c5122..f89ead0a 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1071,7 +1071,8 @@ "tags": [ "Authentication" ], - "description": "Checks if the user is authenticated. The response is a JSON object with the authentication status and an optional username + userId of the authenticated user", + "summary": "Checks the authentication status of the user.", + "description": "Checks if the user is authenticated based on cookie.. The response is a JSON object with the authentication status and an optional username + userId of the authenticated user", "responses": { "200": { "description": "OK",