From 21054692c5f3dac05771d4b5e60b845cb8000ef2 Mon Sep 17 00:00:00 2001 From: Suyeon Jung <103499565+suyeon-jung-dev@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:57:26 +0900 Subject: [PATCH] fix: Correct swagger.json file versions (#4838) Signed-off-by: Suyeon Jung --- mkdocs/docs/auth/v3.0.0/auth-api.json | 2 +- mkdocs/docs/auth/v3.9.0/auth-api.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/auth/v3.0.0/auth-api.json b/mkdocs/docs/auth/v3.0.0/auth-api.json index 896ee957003..737a5b20613 100644 --- a/mkdocs/docs/auth/v3.0.0/auth-api.json +++ b/mkdocs/docs/auth/v3.0.0/auth-api.json @@ -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
  • Update Profile
  • \n
  • Change Password
  • \n
  • Reset Password
  • \n
  • Create new users etc.
  • \n" }, "paths": { diff --git a/mkdocs/docs/auth/v3.9.0/auth-api.json b/mkdocs/docs/auth/v3.9.0/auth-api.json index 792b86e92c7..272de059a13 100644 --- a/mkdocs/docs/auth/v3.9.0/auth-api.json +++ b/mkdocs/docs/auth/v3.9.0/auth-api.json @@ -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
  • Update Profile
  • \n
  • Change Password
  • \n
  • Reset Password
  • \n
  • Create new users etc.
  • \n" }, "paths": {