Skip to content

Commit

Permalink
Added summary to openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JVT038 committed Feb 25, 2024
1 parent c5da70a commit 3b32135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b32135

Please sign in to comment.