Skip to content

Commit

Permalink
fix: Correct swagger.json file versions (#4838)
Browse files Browse the repository at this point in the history
Signed-off-by: Suyeon Jung <[email protected]>
  • Loading branch information
suyeon-jung-dev committed Aug 23, 2024
1 parent 4f91bc3 commit 2105469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs/docs/auth/v3.0.0/auth-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"schemes": ["https", "http"],
"info": {
"title": "Litmus Portal Authentication API",
"version": "2.7.0",
"version": "3.0.0",
"description": "Litmus Portal Authentication APIs are used to authenticate the identity of a user and to perform several user-specific tasks like:\n <li>Update Profile</li>\n <li>Change Password</li>\n <li>Reset Password</li>\n <li>Create new users etc.</li>\n"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/auth/v3.9.0/auth-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"info": {
"title": "Litmus Portal Authentication API",
"version": "2.7.0",
"version": "3.9.0",
"description": "Litmus Portal Authentication APIs are used to authenticate the identity of a user and to perform several user-specific tasks like:\n <li>Update Profile</li>\n <li>Change Password</li>\n <li>Reset Password</li>\n <li>Create new users etc.</li>\n"
},
"paths": {
Expand Down

0 comments on commit 2105469

Please sign in to comment.