Skip to content

Commit

Permalink
Format change
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriella-dotcms committed Aug 23, 2024
1 parent fbe888c commit f7ed829
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,8 @@ public final Response authentication(
@Produces({MediaType.APPLICATION_JSON, "application/javascript"})
@Operation(operationId = "getLogInUser",
summary = "Retrieves user data",
description = "Provides information about any users that are currently " +
"in a session. This retrieved data will be formatted into " +
"a JSON response body.",
description = "Provides information about any users that are currently in a session.\n\n" +
"This retrieved data will be formatted into a JSON response body.\n\n",
tags = {"Authentication"},
responses = {
@ApiResponse(responseCode = "200", description = "User data successfully collected",
Expand Down

0 comments on commit f7ed829

Please sign in to comment.