Skip to content

Commit

Permalink
[Swagger] Auto commited swagger/openapi list
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jan 25, 2024
1 parent 0c73399 commit 76f21be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/static/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"parameters": [],
"responses": {
"200": {
"description": "logged in",
"description": "Logged in",
"headers": {},
"content": {
"application/json": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"unresolvedReference": false
},
"401": {
"description": "when not logged in",
"description": "When not logged in",
"headers": {},
"content": {
"application/json": {
Expand Down Expand Up @@ -123,7 +123,7 @@
"unresolvedReference": false
},
"503": {
"description": "database connection error",
"description": "Database Connection Error",
"headers": {},
"content": {
"application/json": {
Expand Down Expand Up @@ -153,7 +153,7 @@
"unresolvedReference": false
},
"409": {
"description": "Current User does not exist in database",
"description": "The Current User does not exist in database",
"headers": {},
"content": {},
"links": {},
Expand Down

0 comments on commit 76f21be

Please sign in to comment.