diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php index 9f2707e75c287..1dbeaa66a4599 100644 --- a/core/Controller/AppPasswordController.php +++ b/core/Controller/AppPasswordController.php @@ -204,7 +204,6 @@ public function confirmUserPassword(string $password): DataResponse { * 200: App password returned */ #[NoAdminRequired] - #[PasswordConfirmationRequired] #[ApiRoute(verb: 'GET', url: '/getapppassword-onetime', root: '/core')] public function getAppPasswordWithOneTimePassword(): DataResponse { // Only allow with one-time app passwords diff --git a/core/openapi-full.json b/core/openapi-full.json index de695b0e18824..20684f7a09407 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -1761,7 +1761,6 @@ "get": { "operationId": "app_password-get-app-password-with-one-time-password", "summary": "Get app password with one-time password", - "description": "This endpoint requires password confirmation", "tags": [ "app_password" ], diff --git a/core/openapi.json b/core/openapi.json index 145894f33a0b5..94b0e82e0ff5b 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -1761,7 +1761,6 @@ "get": { "operationId": "app_password-get-app-password-with-one-time-password", "summary": "Get app password with one-time password", - "description": "This endpoint requires password confirmation", "tags": [ "app_password" ], diff --git a/openapi.json b/openapi.json index f2c256529fa78..9a7657759eeee 100644 --- a/openapi.json +++ b/openapi.json @@ -5277,7 +5277,6 @@ "get": { "operationId": "core-app_password-get-app-password-with-one-time-password", "summary": "Get app password with one-time password", - "description": "This endpoint requires password confirmation", "tags": [ "core/app_password" ],